Home
last modified time | relevance | path

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

/third_party/musl/src/thread/liteos_a/
Dpthread_clone.c22 unsigned long user_area; member
38 param.user_area = TP_ADJ(thread); in __thread_clone()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_clone.c7 unsigned long user_area; member
23 param.user_area = TP_ADJ(thread); 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
104 user_area = (unsigned long)TP_ADJ(thread); in __thread_clone()
106 ret = __syscall(SYS_create_user_thread, func, user_area, user_sp, join_flag); in __thread_clone()