Searched refs:__allocate_thread (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h173 thrd_t __allocate_thread(size_t guard_size,
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c50 thrd_t new = __allocate_thread(attr._a_guardsize,
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c141 __NO_SAFESTACK thrd_t __allocate_thread( function
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1647 thrd_t td = __allocate_thread(attr._a_guardsize, attr._a_stacksize, thread_self_name, NULL);

Completed in 158 milliseconds