Home
last modified time | relevance | path

Searched refs:TP_ADJ (Results 1 – 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/internal/
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/internal/
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/
Dpthread_impl.h118 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
121 #define TP_ADJ(p) (p) macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h151 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
154 #define TP_ADJ(p) (p) macro
/third_party/musl/porting/liteos_m/user/src/
Dlibc_start.c60 __set_thread_area(TP_ADJ(thread_area)); in _ulibc_start()
/third_party/musl/porting/liteos_m/user/arch/arm/
Dpthread_arch.h35 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_clone.c23 param.user_area = TP_ADJ(thread); in __thread_clone()
/third_party/musl/src/env/
D__init_tls.c18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_create.c104 user_area = (unsigned long)TP_ADJ(thread); in __thread_clone()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c36 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
/third_party/musl/src/thread/
Dpthread_create.c360 …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.c457 …ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_lis… in __pthread_create()