Searched defs:__pthread_create (Results 1 – 6 of 6) sorted by relevance
| /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
|
| /third_party/musl/src/thread/liteos_a/ |
| D | pthread_create.c | 234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_create.c | 234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
|
| /third_party/musl/src/thread/ |
| D | pthread_create.c | 246 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
|
| /third_party/musl/porting/linux/user/src/thread/ |
| D | pthread_create.c | 356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
|
| /third_party/musl/src/thread/linux/ |
| D | pthread_create.c | 521 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(… in __pthread_create() function
|