Home
last modified time | relevance | path

Searched refs:OSFastMutex (Results 1 – 2 of 2) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/os/
DOSFastMutex.h50 struct OSFastMutex struct
72 void OSFastMutex_Init ( OSFastMutex * fastMutex, char * name ); argument
73 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 );
DOSThread.h51 typedef struct OSFastMutex OSFastMutex; typedef
100 OSFastMutex * head;
101 OSFastMutex * tail;
106 OSFastMutex * next;
107 OSFastMutex * prev;
242 OSFastMutex * waitingFastMutex; // fastMutex we are currently waiting upon