Home
last modified time | relevance | path

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

/third_party/musl/src/thread/
H A Dpthread_key_create.c83 for (j=0; self->tsd_used && j<PTHREAD_DESTRUCTOR_ITERATIONS; j++) { in __pthread_tsd_run_dtors()
85 self->tsd_used = 0; in __pthread_tsd_run_dtors()
104 bool tsd_used = true; in __pthread_tsd_run_dtors_ex1() local
105 for (j=0; tsd_used && j<PTHREAD_DESTRUCTOR_ITERATIONS; j++) { in __pthread_tsd_run_dtors_ex1()
107 tsd_used = false; in __pthread_tsd_run_dtors_ex1()
115 tsd_used = true; in __pthread_tsd_run_dtors_ex1()
H A Dtss_set.c10 self->tsd_used = 1; in tss_set()
H A Dpthread_setspecific.c10 self->tsd_used = 1; in pthread_setspecific()
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h32 unsigned char tsd_used:1; member
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h61 unsigned char tsd_used:1; member
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h40 unsigned char tsd_used:1; member
/third_party/musl/src/internal/
H A Dpthread_impl.h48 unsigned char tsd_used:1; member

Completed in 4 milliseconds