Go to the source code of this file.
Defines | |
| #define | MIN(X, Y) (X < Y) ? X : Y; |
Functions | |
| void * | ProducerThreadEntryPoint (void *aParam) |
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 producer.c.
| void* ProducerThreadEntryPoint | ( | void * | aParam | ) |
Declaration of Producer Thread Entry Point
| aParam | - argument to thread Entry function |
Definition at line 35 of file producer.c.
1.6.2