Home
last modified time | relevance | path

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/
Dthread_tls_get_addr_test.cpp7 #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/
Dpthread_impl.h63 #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/
Dpthread_impl.h63 #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/
Dpthread_impl.h66 #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/
Dpthread_impl.h112 #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/
Dpthread_impl.h126 #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/
Dpthread_impl.h178 #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/
Dpthread_impl.h162 #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.c3 void *__tls_get_addr(tls_mod_off_t *v) in __tls_get_addr()
/third_party/musl/arch/x32/
Dpthread_arch.h12 #define tls_mod_off_t unsigned long long macro
/third_party/musl/src/ldso/
Ddl_iterate_phdr.c39 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/
Ddynlink.c2246 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/
Ddynlink.c2245 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/
Ddynlink.c2280 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/
Ddynlink.c3838 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/
Ddynlink.c3842 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()