Home
last modified time | relevance | path

Searched refs:thrd_nomem (Results 1 - 9 of 9) sorted by relevance

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

Completed in 4 milliseconds