Home
last modified time | relevance | path

Searched refs:thrd_error (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/musl/src/thread/
A Dmtx_timedlock.c11 return ret == ETIMEDOUT ? thrd_timedout : thrd_error; in mtx_timedlock()
16 return thrd_error; in mtx_timedlock()
A Dthrd_detach.c10 return thrd_error; in thrd_detach()
A Dmtx_trylock.c8 return thrd_error; in mtx_trylock()
A Dmtx_init.c10 return thrd_error; in mtx_init()
A Dcnd_timedwait.c29 return thrd_error; in cnd_timedwait()
144 return thrd_error; in cnd_timedwait()
A Dthrd_create.c19 return thrd_error; in thrd_create_internal()
/third_party/ulib/musl/include/zircon/
A Dthreads.h32 case thrd_error: in thrd_status_to_zx_status()
/third_party/ulib/musl/include/
A Dthreads.h29 thrd_error = 2, enumerator
/third_party/ulib/musl/pthread/
A Dpthread_create.c101 status == ZX_ERR_ACCESS_DENIED ? thrd_error : thrd_nomem); in __pthread_create()

Completed in 10 milliseconds