OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIONIC_TLS_RESERVED_SLOTS
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_tls.h
83
#define
BIONIC_TLS_RESERVED_SLOTS
(GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT + 5)
85
#define
BIONIC_TLS_RESERVED_SLOTS
GLOBAL_INIT_THREAD_LOCAL_BUFFER_COUNT
93
#define BIONIC_TLS_SLOTS BIONIC_ALIGN(PTHREAD_KEYS_MAX + TLS_SLOT_FIRST_USER_SLOT +
BIONIC_TLS_RESERVED_SLOTS
, 4)
/bionic/libc/bionic/
sysconf.cpp
312
return (BIONIC_TLS_SLOTS - TLS_SLOT_FIRST_USER_SLOT -
BIONIC_TLS_RESERVED_SLOTS
);
Completed in 52 milliseconds