Go to the source code of this file.
Functions | |
_LIT (KObserverLogFile,"C:\\ObserverLogFile.txt") | |
TInt | ObserverThreadL (TInt aNoOfMsg) |
TInt | ObserverThreadEntryPoint (TAny *aParam) |
void | CreateObserverThread (int aNoOfMsg) |
Part of : Open C / ProducerConsumer
Description : ProducerConsumer Problem solution Version : 0.1
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 observer.cpp.
void CreateObserverThread | ( | int | aNoOfMsg | ) |
Declaration of Function that creats Observing Thread
aNoOfMsg | - Number of messages |
Definition at line 119 of file observer.cpp.