Home
last modified time | relevance | path

Searched refs:thrd_err_map (Results 1 – 18 of 18) sorted by relevance

/sysdeps/pthread/
A Dmtx_timedlock.c27 return thrd_err_map (err_code); in mtx_timedlock()
A Dthrd_priv.h28 thrd_err_map (int err_code) in thrd_err_map() function
A Dcnd_timedwait.c28 return thrd_err_map (err_code); in cnd_timedwait()
A Dcnd_broadcast.c26 return thrd_err_map (err_code); in __cnd_broadcast()
A Dcnd_signal.c26 return thrd_err_map (err_code); in __cnd_signal()
A Dmtx_lock.c26 return thrd_err_map (err_code); in __mtx_lock()
A Dmtx_trylock.c26 return thrd_err_map (err_code); in __mtx_trylock()
A Dmtx_unlock.c26 return thrd_err_map (err_code); in __mtx_unlock()
A Dthrd_detach.c28 return thrd_err_map (err_code); in __thrd_detach()
A Dtss_set.c26 return thrd_err_map (err_code); in __tss_set()
A Dcnd_wait.c27 return thrd_err_map (err_code); in __cnd_wait()
A Dthrd_join.c30 return thrd_err_map (err_code); in __thrd_join()
A Dthrd_create.c30 return thrd_err_map (err_code); in __thrd_create()
A Dcnd_init.c33 return thrd_err_map (err_code); in __cnd_init()
A Dtss_create.c33 return thrd_err_map (err_code); in __tss_create()
A Dmtx_init.c53 return thrd_err_map (err_code); in __mtx_init()
/sysdeps/unix/sysv/linux/
A Dmtx_timedlock.c29 return thrd_err_map (err_code); in __mtx_timedlock64()
A Dcnd_timedwait.c30 return thrd_err_map (err_code); in __cnd_timedwait64()

Completed in 10 milliseconds