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.c205 weak_alias(dummy, __pthread_tsd_size);
258 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
266 tsd = stack - __pthread_tsd_size; in __pthread_create()
276 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
292 tsd = map + size - __pthread_tsd_size; in __pthread_create()
/third_party/musl/src/thread/
Dpthread_create.c228 weak_alias(dummy, __pthread_tsd_size);
277 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
285 tsd = stack - __pthread_tsd_size; in __pthread_create()
295 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
311 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.c314 weak_alias(dummy, __pthread_tsd_size);
366 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
374 tsd = stack - __pthread_tsd_size; in __pthread_create()
384 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
407 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.h97 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/liteos_a/user/src/internal/
Dpthread_impl.h157 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/src/internal/
Dpthread_impl.h156 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h189 extern hidden volatile size_t __pthread_tsd_size;