Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSFastMutex.h50 struct OSFastMutex struct
57OSFastMutexLink ownedLink; // +20 updated by owner-thread only, list of fast mutexe… argument
60OSFastMutexLink contendedLink; // +36 updated underneath scheduler lock by contended th… argument
72 void OSFastMutex_Init ( OSFastMutex * fastMutex, char * name ); argument
DOSThread.h51 typedef struct OSFastMutex OSFastMutex; typedef