Home
last modified time | relevance | path

Searched refs:user_sp (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/thread/liteos_a/
Dpthread_clone.c23 unsigned long user_sp; member
39 param.user_sp = sp; in __thread_clone()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_clone.c8 unsigned long user_sp; member
24 param.user_sp = sp; in __thread_clone()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c98 unsigned long user_area, user_sp; in __thread_clone() local
105 user_sp = (unsigned long)sp; in __thread_clone()
106 ret = __syscall(SYS_create_user_thread, func, user_area, user_sp, join_flag); in __thread_clone()