Searched refs:thrd_error (Results 1 – 9 of 9) sorted by relevance
11 return ret == ETIMEDOUT ? thrd_timedout : thrd_error; in mtx_timedlock()16 return thrd_error; in mtx_timedlock()
10 return thrd_error; in thrd_detach()
8 return thrd_error; in mtx_trylock()
10 return thrd_error; in mtx_init()
29 return thrd_error; in cnd_timedwait()144 return thrd_error; in cnd_timedwait()
19 return thrd_error; in thrd_create_internal()
32 case thrd_error: in thrd_status_to_zx_status()
29 thrd_error = 2, enumerator
101 status == ZX_ERR_ACCESS_DENIED ? thrd_error : thrd_nomem); in __pthread_create()
Completed in 10 milliseconds