Searched refs:TP_ADJ (Results 1 – 13 of 13) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 59 #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/ |
D | pthread_impl.h | 121 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro 123 #define TP_ADJ(p) (p) macro
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 118 #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/ |
D | pthread_impl.h | 151 #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/ |
D | libc_start.c | 60 __set_thread_area(TP_ADJ(thread_area)); in _ulibc_start()
|
/third_party/musl/porting/liteos_m/user/arch/arm/ |
D | pthread_arch.h | 35 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | pthread_clone.c | 23 param.user_area = TP_ADJ(thread); in __thread_clone()
|
/third_party/musl/src/env/ |
D | __init_tls.c | 18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | pthread_create.c | 104 user_area = (unsigned long)TP_ADJ(thread); in __thread_clone()
|
/third_party/musl/porting/linux/user/src/env/ |
D | __init_tls.c | 18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
|
/third_party/musl/porting/liteos_a/user/src/env/ |
D | __init_tls.c | 36 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
|
/third_party/musl/src/thread/ |
D | pthread_create.c | 360 …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/ |
D | pthread_create.c | 457 …ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_lis… in __pthread_create()
|