Home
last modified time | relevance | path

Searched defs:__thread_clone (Results 1 – 2 of 2) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_clone.c13 int __thread_clone(int (*func)(void *), int flags, struct pthread *thread, unsigned char *sp) in __thread_clone() function
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c94 _LIBC_TEXT_SECTION static int __thread_clone(int (*func)(void *), int flags, struct pthread *thread… in __thread_clone() function