Searched refs:__pthread_create (Results 1 – 3 of 3) sorted by relevance
11 int ret = __pthread_create(thr, &attrs, in thrd_create_internal()
41 int __pthread_create(pthread_t* restrict res, const pthread_attr_t* restrict attrp, in __pthread_create() function182 weak_alias(__pthread_create, pthread_create);
144 int __pthread_create(pthread_t* __restrict, const pthread_attr_t* __restrict,
Completed in 3 milliseconds