Searched refs:tls_mod_off_t (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
D | thread_tls_get_addr_test.cpp | 7 #define tls_mod_off_t size_t macro 14 extern "C" void* __tls_get_addr(tls_mod_off_t* v); 18 tls_mod_off_t v; in ThreadFunc()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | pthread_impl.h | 63 #ifndef tls_mod_off_t 64 #define tls_mod_off_t size_t macro 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | pthread_impl.h | 63 #ifndef tls_mod_off_t 64 #define tls_mod_off_t size_t macro 79 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | pthread_impl.h | 66 #ifndef tls_mod_off_t 67 #define tls_mod_off_t size_t macro 82 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 112 #ifndef tls_mod_off_t 113 #define tls_mod_off_t size_t macro 128 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 126 #ifndef tls_mod_off_t 127 #define tls_mod_off_t size_t macro 142 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 178 #ifndef tls_mod_off_t 179 #define tls_mod_off_t size_t macro 194 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 162 #ifndef tls_mod_off_t 163 #define tls_mod_off_t size_t macro 178 void *__tls_get_addr(tls_mod_off_t *);
|
/third_party/musl/src/thread/ |
D | __tls_get_addr.c | 3 void *__tls_get_addr(tls_mod_off_t *v) in __tls_get_addr()
|
/third_party/musl/arch/x32/ |
D | pthread_arch.h | 12 #define tls_mod_off_t unsigned long long macro
|
/third_party/musl/src/ldso/ |
D | dl_iterate_phdr.c | 39 info.dlpi_tls_data = __tls_get_addr((tls_mod_off_t[]){1,0}); in static_dl_iterate_phdr()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 2246 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 2369 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 2245 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 2368 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/ldso/ |
D | dynlink.c | 2280 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); 2403 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0});
|
/third_party/musl/ldso/linux/ |
D | dynlink.c | 3838 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 4329 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 3842 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym() 4333 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
|