Home
last modified time | relevance | path

Searched refs:tsd_used (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/thread/
Dpthread_key_create.c73 for (j=0; self->tsd_used && j<PTHREAD_DESTRUCTOR_ITERATIONS; j++) { in __pthread_tsd_run_dtors()
75 self->tsd_used = 0; in __pthread_tsd_run_dtors()
Dpthread_setspecific.c9 self->tsd_used = 1; in pthread_setspecific()
Dtss_set.c10 self->tsd_used = 1; in tss_set()
/third_party/musl/src/internal/
Dpthread_impl.h31 unsigned char tsd_used:1; member
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h31 unsigned char tsd_used:1; member
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h32 unsigned char tsd_used:1; member
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h46 unsigned char tsd_used:1; member