Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
Dthrd_create.c6 int ret = __pthread_create(thr, __ATTRP_C11_THREAD, (void *(*)(void *))func, arg); in thrd_create()
Dpthread_create.c231 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
391 weak_alias(__pthread_create, pthread_create);
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c115 _LIBC_TEXT_SECTION int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict att… in __pthread_create() function
193 weak_alias(__pthread_create, pthread_create);
/third_party/musl/src/include/
Dpthread.h9 hidden int __pthread_create(pthread_t *restrict, const pthread_attr_t *restrict, void *(*)(void *),…
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c237 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
382 weak_alias(__pthread_create, pthread_create);
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c309 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
471 weak_alias(__pthread_create, pthread_create);