Searched refs:OSFastMutex (Results 1 – 2 of 2) sorted by relevance
50 struct OSFastMutex struct72 void OSFastMutex_Init ( OSFastMutex * fastMutex, char * name ); argument73 void OSFastMutex_Lock ( OSFastMutex * fastMutex );74 void OSFastMutex_Unlock ( OSFastMutex * fastMutex );75 BOOL OSFastMutex_TryLock( OSFastMutex * fastMutex );78 void OSFastCond_Wait ( OSFastCond * fastCond, OSFastMutex * fastMutex );
51 typedef struct OSFastMutex OSFastMutex; typedef100 OSFastMutex * head;101 OSFastMutex * tail;106 OSFastMutex * next;107 OSFastMutex * prev;242 OSFastMutex * waitingFastMutex; // fastMutex we are currently waiting upon