Home
last modified time | relevance | path

Searched refs:TP_ADJ (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h59 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
62 #define TP_ADJ(p) (p) macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_clone.c23 param.user_area = TP_ADJ(thread); in __thread_clone()
/third_party/musl/porting/liteos_m/user/src/
H A Dlibc_start.c60 __set_thread_area(TP_ADJ(thread_area)); in _ulibc_start()
/third_party/musl/src/thread/liteos_a/
H A Dpthread_clone.c38 param.user_area = TP_ADJ(thread); in __thread_clone()
/third_party/musl/porting/liteos_m/user/arch/arm/
H A Dpthread_arch.h35 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h171 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
174 #define TP_ADJ(p) (p) macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h121 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
123 #define TP_ADJ(p) (p) macro
/third_party/musl/src/internal/
H A Dpthread_impl.h159 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
164 #define TP_ADJ(p) (p) macro
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c104 user_area = (unsigned long)TP_ADJ(thread); in __thread_clone()
/third_party/musl/porting/linux/user/src/env/
H A D__init_tls.c18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/src/env/
H A D__init_tls.c38 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/porting/liteos_a/user/src/env/
H A D__init_tls.c36 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/src/thread/
H A Dpthread_create.c364 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
/third_party/musl/src/thread/linux/
H A Dpthread_create.c550 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c486 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()

Completed in 10 milliseconds