Home
last modified time | relevance | path

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 Dpthread_clone.c27 ret = __syscall(SYS_create_user_thread , func, &param, join_flag); in __thread_clone()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_clone.c42 ret = __syscall(SYS_create_user_thread, func, &param, join_flag); in __thread_clone()
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c106 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 Dsyscall.h799 #define SYS_create_user_thread (__NR_OHOS_BEGIN + 3) macro

Completed in 4 milliseconds