Searched refs:__pthread_create (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/src/thread/ |
D | thrd_create.c | 6 int ret = __pthread_create(thr, __ATTRP_C11_THREAD, (void *(*)(void *))func, arg); in thrd_create()
|
D | pthread_create.c | 231 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/ |
D | pthread_create.c | 115 _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/ |
D | pthread.h | 9 hidden int __pthread_create(pthread_t *restrict, const pthread_attr_t *restrict, void *(*)(void *),…
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_create.c | 237 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/ |
D | pthread_create.c | 309 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);
|