Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/thread/
A Dthrd_create.c11 int ret = __pthread_create(thr, &attrs, in thrd_create_internal()
/third_party/ulib/musl/pthread/
A Dpthread_create.c41 int __pthread_create(pthread_t* restrict res, const pthread_attr_t* restrict attrp, in __pthread_create() function
182 weak_alias(__pthread_create, pthread_create);
/third_party/ulib/musl/src/internal/
A Dthreads_impl.h144 int __pthread_create(pthread_t* __restrict, const pthread_attr_t* __restrict,

Completed in 3 milliseconds