Searched refs:mutex_ptr_ptr (Results 1 – 1 of 1) sorted by relevance
48 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_init() local49 *mutex_ptr_ptr = (OSMutex *)MEMAllocFromDefaultHeapEx(sizeof(OSMutex), MUTEX_ALIGN); in __ghs_mtx_init()50 OSInitMutex(*mutex_ptr_ptr); in __ghs_mtx_init()55 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_dst() local56 MEMFreeToDefaultHeap(*mutex_ptr_ptr); in __ghs_mtx_dst()57 *mutex_ptr_ptr = NULL; in __ghs_mtx_dst()62 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_lock() local63 OSLockMutex(*mutex_ptr_ptr); in __ghs_mtx_lock()68 OSMutex **mutex_ptr_ptr = (OSMutex **)mtx; in __ghs_mtx_unlock() local69 OSUnlockMutex(*mutex_ptr_ptr); in __ghs_mtx_unlock()