Searched refs:mutex (Results 1 – 5 of 5) sorted by relevance
57 void OSInitMutex ( OSMutex* mutex );58 void OSLockMutex ( OSMutex* mutex );59 void OSUnlockMutex ( OSMutex* mutex );60 BOOL OSTryLockMutex( OSMutex* mutex );62 void OSWaitCond ( OSCond* cond, OSMutex* mutex );
159 OSMutex* mutex; // mutex trying to lock member
214 OSLockMutex( &pHeapHd->mutex ); in LockHeap()233 OSUnlockMutex( &pHeapHd->mutex ); in UnlockHeap()
105 OSMutex mutex; // For exclusive use between threads member
237 OSInitMutex( &pHeapHd->mutex ); in MEMiInitHeapHead()