Searched refs:thrd_busy (Results 1 – 5 of 5) sorted by relevance
149 return thrd_busy; in cnd_timedwait()252 return (rt == ETIMEDOUT) ? thrd_busy : thrd_error; in mtx_timedlock()259 return thrd_busy; in mtx_timedlock()273 return (pthread_mutex_trylock(mtx) == 0) ? thrd_success : thrd_busy; in mtx_trylock()
258 return timeout ? thrd_busy : thrd_success; in impl_cond_do_wait()387 return (GetLastError() == ERROR_TIMEOUT) ? thrd_busy : thrd_error; in cnd_timedwait()450 return thrd_busy; in mtx_timedlock()462 return TryEnterCriticalSection(mtx) ? thrd_success : thrd_busy; in mtx_trylock()
68 thrd_busy, // resource busy enumerator
141 assert(ret == thrd_busy); in __pipe_mutex_assert_locked()
2782 if (ret == thrd_busy) { in dri2_client_wait_sync()