Home
last modified time | relevance | path

Searched refs:OSMutex (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/libsys/
Dind_lock.c48 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_init()
49 *mutex_ptr_ptr = (OSMutex *)MEMAllocFromDefaultHeapEx(sizeof(OSMutex), MUTEX_ALIGN); in __ghs_mtx_init()
55 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_dst()
62 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_lock()
68 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_unlock()
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSMutex.h27 struct OSMutex struct
48 void OSInitMutex ( OSMutex* mutex ); argument
49 void OSInitMutexEx ( OSMutex* mutex, char * name );
50 void OSLockMutex ( OSMutex* mutex );
51 void OSUnlockMutex ( OSMutex* mutex );
52 BOOL OSTryLockMutex( OSMutex* mutex );
56 void OSWaitCond ( OSCond* cond, OSMutex* mutex );
DOSThread.h44 typedef struct OSMutex OSMutex; typedef
80 OSMutex* head;
81 OSMutex* tail;
88 OSMutex* next;
89 OSMutex* prev;
190 OSMutex* mutex; // mutex trying to lock
/CafeSDK-2.12.13-1/system/include/windows/
Dos.h30 typedef u32 OSMutex; typedef
/CafeSDK-2.12.13-1/system/src/lib/demo/
Ddemoavx.c62 static OSMutex __AVX_mutex;