Lines Matching refs:thrd_success
262 return timeout ? thrd_busy : thrd_success; in impl_cond_do_wait()
335 return thrd_success; in cnd_broadcast()
367 return thrd_success; in cnd_init()
380 return thrd_success; in cnd_signal()
390 return thrd_success; in cnd_timedwait()
407 return thrd_success; in cnd_wait()
431 return thrd_success; in mtx_init()
440 return thrd_success; in mtx_lock()
451 while (mtx_trylock(mtx) != thrd_success) { in mtx_timedlock()
458 return thrd_success; in mtx_timedlock()
466 return TryEnterCriticalSection(mtx) ? thrd_success : thrd_busy; in mtx_trylock()
475 return thrd_success; in mtx_unlock()
498 return thrd_success; in thrd_create()
547 return thrd_success; in thrd_detach()
581 return thrd_success; in thrd_join()
614 return (*key != 0xFFFFFFFF) ? thrd_success : thrd_error; in tss_create()
635 return TlsSetValue(key, val) ? thrd_success : thrd_error; in tss_set()