Previous: DgThreadUp: PARC DataGlyph Toolkit 4.0 APINext: dgThread_Context_Default
DgThread_Context  (from ../include/DgThread.h)

Summary

Members

Thread_ContextInit Initialization function for the threading context
Thread_ContextDestroy threading context destructor
Thread_Create Creates a thread
Thread_Join Wait for a thread to terminate
Mutex_Init Initializes a mutex
Mutex_Lock Locks a mutex
Mutex_Unlock Unlocks a mutex
Mutex_Destroy Mutex destructor
threadParam Hook parameter that is passed to all the above functions
freeThreadParam Function to destruct threadParam

References