OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_FIRST_USER_SLOT
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/private/
bionic_tls.h
70
TLS_SLOT_FIRST_USER_SLOT
// Must come last!
93
#define BIONIC_TLS_SLOTS BIONIC_ALIGN(PTHREAD_KEYS_MAX +
TLS_SLOT_FIRST_USER_SLOT
+ BIONIC_TLS_RESERVED_SLOTS, 4)
/bionic/libc/bionic/
pthread_key.cpp
37
* The keys below
TLS_SLOT_FIRST_USER_SLOT
are reserved for Bionic to hold
67
return (key >=
TLS_SLOT_FIRST_USER_SLOT
&& key < BIONIC_TLS_SLOTS);
93
for (pthread_key_t key = 0; key <
TLS_SLOT_FIRST_USER_SLOT
; ++key) {
sysconf.cpp
312
return (BIONIC_TLS_SLOTS -
TLS_SLOT_FIRST_USER_SLOT
- BIONIC_TLS_RESERVED_SLOTS);
Completed in 2388 milliseconds