Home
last modified time | relevance | path

Searched defs:__pthread_create (Results 1 - 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c115 _LIBC_TEXT_SECTION int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_create.c234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function
/third_party/musl/src/thread/
H A Dpthread_create.c246 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c234 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function
/third_party/musl/src/thread/linux/
H A Dpthread_create.c420 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c356 int __pthread_create(pthread_t *restrict res, const pthread_attr_t *restrict attrp, void *(*entry)(void *), void *restrict arg) in __pthread_create() function

Completed in 5 milliseconds