Home
last modified time | relevance | path

Searched refs:__copy_tls (Results 1 – 14 of 14) sorted by relevance

/third_party/musl/src/env/
D__init_tls.c39 void *__copy_tls(unsigned char *mem) in __copy_tls() function
149 if (__init_tp(__copy_tls(mem)) < 0) in static_init_tls()
/third_party/musl/porting/linux/user/src/env/
D__init_tls.c39 void *__copy_tls(unsigned char *mem) in __copy_tls() function
153 if (__init_tp(__copy_tls(mem)) < 0) in static_init_tls()
/third_party/musl/porting/liteos_a/user/src/env/
D__init_tls.c72 void *__copy_tls(unsigned char *mem) in __copy_tls() function
182 if (__init_tp(__copy_tls(mem)) < 0) in static_init_tls()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h81 hidden void *__copy_tls(unsigned char *);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h80 hidden void *__copy_tls(unsigned char *);
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h139 hidden void *__copy_tls(unsigned char *);
/third_party/musl/src/internal/
Dpthread_impl.h129 hidden void *__copy_tls(unsigned char *);
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h129 hidden void *__copy_tls(unsigned char *);
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c302 new = __copy_tls(tsd - libc.tls_size); in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c307 new = __copy_tls(tsd - libc.tls_size); in __pthread_create()
/third_party/musl/ldso/
Ddynlink.c1677 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1919 if (__init_tp(__copy_tls(initial_tls)) < 0) { in __dls3()
1929 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c1693 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1942 if (__init_tp(__copy_tls(initial_tls)) < 0) { in __dls3()
1952 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c1693 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1942 if (__init_tp(__copy_tls(initial_tls)) < 0) { in __dls3()
1952 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c1695 if (__init_tp(__copy_tls((void *)builtin_tls)) < 0) { in __dls2b()
1937 if (__init_tp(__copy_tls(initial_tls)) < 0) { in __dls3()
1947 if (__copy_tls((void*)builtin_tls) != self) a_crash(); in __dls3()