Home
last modified time | relevance | path

Searched refs:start_c11 (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c55 _LIBC_TEXT_SECTION static int start_c11(void *p) in start_c11() function
168 ret = __thread_clone((c11 ? start_c11 : start), 0, new, stack); in __pthread_create()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c190 static int start_c11(void *p) in start_c11() function
344 ret = __thread_clone((c11 ? start_c11 : start), flags, new, stack); in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c205 static int start_c11(void *p) in start_c11() function
349 …ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_lis… in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c280 static int start_c11(void *p) in start_c11() function
427 …ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_lis… in __pthread_create()