diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/producer_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/producer_8c.html Tue Mar 30 16:16:55 2010 +0100 @@ -0,0 +1,61 @@ + + + + +TB9.2 Example Applications: examples/PIPS/opencproducerconsumerex/src/producer.c File Reference + + + + + +
+

examples/PIPS/opencproducerconsumerex/src/producer.c File Reference

+

Go to the source code of this file.

+ + + + + +

Defines

+#define MIN(X, Y)   (X < Y) ? X : Y;

Functions

void * ProducerThreadEntryPoint (void *aParam)
+

Detailed Description

+

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.

+

Function Documentation

+ +
+
+ + + + + + + + + +
void* ProducerThreadEntryPoint (void *  aParam ) 
+
+
+

Declaration of Producer Thread Entry Point

+
Parameters:
+ + +
aParam - argument to thread Entry function
+
+
+
Returns:
thread return value
+ +

Definition at line 35 of file producer.c.

+ +
+
+
+
Generated by  + +doxygen 1.6.2
+ +