Home
last modified time | relevance | path

Searched refs:__tls_get_addr (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_tls_get_addr_test.cpp14 extern "C" void* __tls_get_addr(tls_mod_off_t* v);
19 EXPECT_EQ(nullptr, __tls_get_addr(&v)); in ThreadFunc()
/third_party/musl/src/thread/
H A D__tls_get_addr.c3 void *__tls_get_addr(tls_mod_off_t *v) in __tls_get_addr() function
/third_party/musl/src/thread/s390x/
H A D__tls_get_offset.s8 brasl %r14, __tls_get_addr
/third_party/musl/src/ldso/
H A 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_m/kernel/src/internal/
H A Dpthread_impl.h79 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h79 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h82 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h128 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h194 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h142 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/src/internal/
H A Dpthread_impl.h186 void *__tls_get_addr(tls_mod_off_t *);
/third_party/musl/porting/liteos_a/user/ldso/
H A 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/
H A 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/
H A Ddynlink.c2355 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET});
2478 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0});
/third_party/musl/porting/linux/user/ldso/
H A Ddynlink.c3844 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
4335 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()
/third_party/musl/ldso/linux/
H A Ddynlink.c4161 return __tls_get_addr((tls_mod_off_t []){def.dso->tls_id, def.sym->st_value-DTP_OFFSET}); in do_dlsym()
4678 __tls_get_addr((tls_mod_off_t[]){current->tls_id,0}); in dl_iterate_phdr()

Completed in 32 milliseconds