Lines Matching refs:queue
41 OS_InitThreadQueue(&mutex->queue); in OS_InitMutex()
70 OS_SleepThread(&mutex->queue); in OS_LockMutex()
115 OS_WakeupThread(&(mutex->queue)); in OSi_UnlockAllMutex()
126 OS_WakeupThread(&mutex->queue); in OSi_UnlockAllMutex()
199 OS_SleepThread(&mutex->queue); in OS_LockMutexR()
229 OS_SleepThread(&mutex->queue); in OS_LockMutexW()
384 OS_WakeupThread(&mutex->queue); in OSi_UnlockMutexCore()
455 OS_SleepThread(&mutex->queue); in OS_LockMutexFromRToW()
477 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromRToW()
510 OS_SleepThread(&mutex->queue); in OS_LockMutexFromWToR()
532 …if ( OS_GetMutexCount(mutex) == 1 && mutex->queue.head == NULL && OS_GetMutexType(mutex) == OS_MUT… in OS_TryLockMutexFromWToR()