Lines Matching refs:OSThread
23 void OSi_EnqueueTail(OSThread *thread, OSMutex *mutex);
24 void OSi_DequeueItem(OSThread *thread, OSMutex *mutex);
25 OSMutex *OSi_DequeueHead(OSThread *thread);
59 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutex()
100 void OSi_UnlockAllMutex(OSThread *thread) in OSi_UnlockAllMutex()
143 OSThread *currentThread = OS_GetCurrentThread(); in OS_TryLockMutex()
188 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexR()
218 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexW()
249 OSThread * currentThread = OS_GetCurrentThread(); in OS_TryLockMutexR()
288 OSThread * currentThread = OS_GetCurrentThread(); in OS_TryLockMutexW()
334 OSThread *currentThread = OS_GetCurrentThread(); in OSi_UnlockMutexCore()
445 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexFromRToW()
500 OSThread *currentThread = OS_GetCurrentThread(); in OS_LockMutexFromWToR()
557 void OSi_EnqueueTail(OSThread *thread, OSMutex *mutex) in OSi_EnqueueTail()
607 void OSi_DequeueItem(OSThread *thread, OSMutex *mutex) in OSi_DequeueItem()
667 OSMutex *OSi_DequeueHead(OSThread *thread) in OSi_DequeueHead()