Home
last modified time | relevance | path

Searched refs:__pthread_tsd_size (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_create.c202 weak_alias(dummy, __pthread_tsd_size);
261 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
269 tsd = stack - __pthread_tsd_size; in __pthread_create()
279 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
295 tsd = map + size - __pthread_tsd_size; in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c217 weak_alias(dummy, __pthread_tsd_size);
266 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
274 tsd = stack - __pthread_tsd_size; in __pthread_create()
284 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
300 tsd = map + size - __pthread_tsd_size; in __pthread_create()
Dpthread_key_create.c3 volatile size_t __pthread_tsd_size = sizeof(void *) * PTHREAD_KEYS_MAX; variable
/third_party/musl/porting/linux/user/src/thread/
Dpthread_create.c295 weak_alias(dummy, __pthread_tsd_size);
344 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
352 tsd = stack - __pthread_tsd_size; in __pthread_create()
362 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
378 tsd = map + size - __pthread_tsd_size; in __pthread_create()
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h94 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h94 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h93 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h142 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/src/internal/
Dpthread_impl.h142 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h143 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h172 extern hidden volatile size_t __pthread_tsd_size;