Searched refs:OSMutex (Results 1 – 5 of 5) sorted by relevance
48 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()
27 struct OSMutex struct48 void OSInitMutex ( OSMutex* mutex ); argument49 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 );
44 typedef struct OSMutex OSMutex; typedef80 OSMutex* head;81 OSMutex* tail;88 OSMutex* next;89 OSMutex* prev;190 OSMutex* mutex; // mutex trying to lock
30 typedef u32 OSMutex; typedef
62 static OSMutex __AVX_mutex;