Searched defs:OSFastMutex (Results 1 – 2 of 2) sorted by relevance
50 struct OSFastMutex struct57 …OSFastMutexLink ownedLink; // +20 updated by owner-thread only, list of fastmutxes … argument60 …OSFastMutexLink contendedLink; // +36 updated underneath scheduler lock by contended th… argument72 void OSFastMutex_Init ( OSFastMutex * fastMutex, char * name ); argument
51 typedef struct OSFastMutex OSFastMutex; typedef