Home
last modified time | relevance | path

Searched refs:tls_slots (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h99 /* The tls_slots will be accessed by kernel, so don't use it.
102 * pre-reserved : tls_slots[0-4]
103 * kernel used : tls_slots[5-9]
105 void *tls_slots[TLS_RESERVE_SLOT]; member
/third_party/musl/src/internal/
H A Dpthread_impl.h92 /* The tls_slots will be accessed by kernel, so don't use it.
95 * pre-reserved : tls_slots[0-4]
96 * kernel used : tls_slots[5-9]
98 void *tls_slots[TLS_RESERVE_SLOT]; member

Completed in 2 milliseconds