Searched refs:SYS_create_user_thread (Results 1 - 4 of 4) sorted by relevance
/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_clone.c | 27 ret = __syscall(SYS_create_user_thread , func, ¶m, join_flag); in __thread_clone()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_clone.c | 42 ret = __syscall(SYS_create_user_thread, func, ¶m, join_flag); in __thread_clone()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 106 ret = __syscall(SYS_create_user_thread, func, user_area, user_sp, join_flag); in __thread_clone()
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | syscall.h | 799 #define SYS_create_user_thread (__NR_OHOS_BEGIN + 3) macro
|
Completed in 4 milliseconds