OPthread.h

OPthread

  • OPint Status
  • HANDLE Thread
  • DWORD ThreadId
  • void* Return
_____ _ _
/ ____| | | |
| (___ | |_ _ __ _ _ ___| |_ ___
\___ \| __| '__| | | |/ __| __/ __|
____) | |_| | | |_| | (__| |_\__ \
|_____/ \__|_| \__,_|\___|\__|___/

OPmutex

  • HANDLE Mutex

Globals

Functions

  • OPthread OPthreadStart ( void*() function, void* params )
  • OPint OPthreadStop ( void* retval )
  • OPint OPthreadJoin ( OPthread* thread )
  • OPmutex OPmutexCreate ( )
  • OPint OPmutexLock ( OPmutex* mutex )
  • OPint OPmutexUnlock ( OPmutex* mutex )