Searched refs:TP_ADJ (Results 1 - 15 of 15) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A 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/thread/ |
H A D | pthread_clone.c | 23 param.user_area = TP_ADJ(thread); in __thread_clone()
|
/third_party/musl/porting/liteos_m/user/src/ |
H A D | libc_start.c | 60 __set_thread_area(TP_ADJ(thread_area)); in _ulibc_start()
|
/third_party/musl/src/thread/liteos_a/ |
H A D | pthread_clone.c | 38 param.user_area = TP_ADJ(thread); in __thread_clone()
|
/third_party/musl/porting/liteos_m/user/arch/arm/ |
H A D | pthread_arch.h | 35 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread)) macro
|
/third_party/musl/porting/linux/user/src/internal/ |
H A D | pthread_impl.h | 171 #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 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/ |
H A D | pthread_impl.h | 159 #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 D | pthread_create.c | 104 user_area = (unsigned long)TP_ADJ(thread); in __thread_clone()
|
/third_party/musl/porting/linux/user/src/env/ |
H A D | __init_tls.c | 18 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
|
/third_party/musl/src/env/ |
H A D | __init_tls.c | 38 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.c | 36 int r = __set_thread_area(TP_ADJ(p)); in __init_tp()
|
/third_party/musl/src/thread/ |
H A D | pthread_create.c | 364 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 D | pthread_create.c | 550 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 D | pthread_create.c | 486 ret = __clone((c11 ? start_c11 : start), stack, flags, args, &new->tid, TP_ADJ(new), &__thread_list_lock); in __pthread_create()
|
Completed in 10 milliseconds