Lines Matching refs:thrd_success
272 return timeout ? thrd_busy : thrd_success; in impl_cond_do_wait()
345 return thrd_success; in cnd_broadcast()
377 return thrd_success; in cnd_init()
390 return thrd_success; in cnd_signal()
400 return thrd_success; in cnd_timedwait()
417 return thrd_success; in cnd_wait()
441 return thrd_success; in mtx_init()
450 return thrd_success; in mtx_lock()
461 while (mtx_trylock(mtx) != thrd_success) { in mtx_timedlock()
468 return thrd_success; in mtx_timedlock()
476 return TryEnterCriticalSection(mtx) ? thrd_success : thrd_busy; in mtx_trylock()
485 return thrd_success; in mtx_unlock()
508 return thrd_success; in thrd_create()
557 return thrd_success; in thrd_detach()
591 return thrd_success; in thrd_join()
624 return (*key != 0xFFFFFFFF) ? thrd_success : thrd_error; in tss_create()
645 return TlsSetValue(key, val) ? thrd_success : thrd_error; in tss_set()