Home
last modified time | relevance | path

Searched defs:TP_ADJ (Results 1 – 5 of 5) sorted by relevance

/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/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/porting/linux/user/src/internal/
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/src/internal/
Dpthread_impl.h159 #define TP_ADJ(p) ((char *)(p) + sizeof(struct pthread) + TP_OFFSET) macro
164 #define TP_ADJ(p) (p) macro