Home
last modified time | relevance | path

Searched refs:__pthread_tsd_size (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
H A 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/liteos_a/
H A 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/
H A Dpthread_create.c232 weak_alias(dummy, __pthread_tsd_size);
281 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
289 tsd = stack - __pthread_tsd_size; in __pthread_create()
299 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
315 tsd = map + size - __pthread_tsd_size; in __pthread_create()
H A Dpthread_key_create.c6 volatile size_t __pthread_tsd_size = sizeof(void *) * PTHREAD_KEYS_MAX; variable
/third_party/musl/src/thread/linux/
H A Dpthread_create.c403 weak_alias(dummy, __pthread_tsd_size);
458 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
466 tsd = stack - __pthread_tsd_size; in __pthread_create()
476 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
499 tsd = map + size - __pthread_tsd_size; in __pthread_create()
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_create.c339 weak_alias(dummy, __pthread_tsd_size);
394 size_t need = libc.tls_size + __pthread_tsd_size; in __pthread_create()
402 tsd = stack - __pthread_tsd_size; in __pthread_create()
412 + libc.tls_size + __pthread_tsd_size); in __pthread_create()
435 tsd = map + size - __pthread_tsd_size; in __pthread_create()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h94 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h94 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h97 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h143 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h209 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h157 extern hidden volatile size_t __pthread_tsd_size;
/third_party/musl/src/internal/
H A Dpthread_impl.h201 extern hidden volatile size_t __pthread_tsd_size;

Completed in 11 milliseconds