Go to the source code of this file.
Functions | |
void | ThreadFunction (int *id) |
int | main () |
Variables | |
ULONG | q1 = 1 |
ULONG | q2 = 2 |
const int | KMaxMsg = 10 |
Description: A multithread program used for Testing MsgQLib library. This application will create 2 message queues and creates 2 threads passing them the queue id. These threads will send and receive messages to each other. Copyright (c) 2007 Nokia Corporation. This material, including documentation and any related computer programs, is protected by copyright controlled by Nokia Corporation.
Definition in file MsgQClient.c.
void ThreadFunction | ( | int * | id | ) |
Entry point for threads This will send message to one queue and wait for some messages from other queue
Definition at line 29 of file MsgQClient.c.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.