Searched refs:thrd_busy (Results 1 – 4 of 4) sorted by relevance
145 thrd_busy, // resource busy enumerator
192 assert(ret == thrd_busy);
255 return (pthread_mutex_trylock(mtx) == 0) ? thrd_success : thrd_busy; in mtx_trylock()
268 return TryEnterCriticalSection((PCRITICAL_SECTION)mtx) ? thrd_success : thrd_busy; in mtx_trylock()