Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dthrd_create.c9 case EAGAIN: return thrd_nomem; in thrd_create()
/third_party/musl/ndk_musl_include/
Dthreads.h31 thrd_nomem = 3, enumerator
/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h31 thrd_nomem = 3, enumerator
/third_party/musl/include/
Dthreads.h31 thrd_nomem = 3, enumerator
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h31 thrd_nomem = 3, enumerator
/third_party/mesa3d/src/c11/impl/
Dthreads_win32.c317 if (!pack) return thrd_nomem; in thrd_create()
324 return thrd_nomem; in thrd_create()
Dthreads_posix.c260 if (!pack) return thrd_nomem; in thrd_create()
/third_party/mesa3d/src/c11/
Dthreads.h157 thrd_nomem // out of memory enumerator
/third_party/glfw/deps/
Dtinycthread.h173 #define thrd_nomem 4 /**< The requested operation failed because it was unable to allocate memor… macro
Dtinycthread.c368 return thrd_nomem; in thrd_create()