Searched refs:thrd_err_map (Results 1 – 18 of 18) sorted by relevance
27 return thrd_err_map (err_code); in mtx_timedlock()
28 thrd_err_map (int err_code) in thrd_err_map() function
28 return thrd_err_map (err_code); in cnd_timedwait()
26 return thrd_err_map (err_code); in __cnd_broadcast()
26 return thrd_err_map (err_code); in __cnd_signal()
26 return thrd_err_map (err_code); in __mtx_lock()
26 return thrd_err_map (err_code); in __mtx_trylock()
26 return thrd_err_map (err_code); in __mtx_unlock()
28 return thrd_err_map (err_code); in __thrd_detach()
26 return thrd_err_map (err_code); in __tss_set()
27 return thrd_err_map (err_code); in __cnd_wait()
30 return thrd_err_map (err_code); in __thrd_join()
30 return thrd_err_map (err_code); in __thrd_create()
33 return thrd_err_map (err_code); in __cnd_init()
33 return thrd_err_map (err_code); in __tss_create()
53 return thrd_err_map (err_code); in __mtx_init()
29 return thrd_err_map (err_code); in __mtx_timedlock64()
30 return thrd_err_map (err_code); in __cnd_timedwait64()
Completed in 9 milliseconds