Home
last modified time | relevance | path

Searched refs:thrd_nomem (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/headers/posix/
Dthreads_h.c52 thrd_timedout | thrd_success | thrd_busy | thrd_error | thrd_nomem; in threads_h()
/bionic/libc/include/
Dthreads.h71 thrd_nomem = 3, enumerator
/bionic/libc/include/bits/
Dthreads_inlines.h44 case ENOMEM: return thrd_nomem; in __bionic_thrd_error()