OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BIONIC_TLS_SLOTS
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/private/
bionic_tls.h
47
#define
BIONIC_TLS_SLOTS
64
83
/* set the Thread Local Storage, must contain at least
BIONIC_TLS_SLOTS
pointers */
/bionic/libc/bionic/
libc_init_common.c
63
static void* tls_area[
BIONIC_TLS_SLOTS
];
pthread.c
189
for (nn = TLS_SLOT_ERRNO; nn <
BIONIC_TLS_SLOTS
; nn++)
343
tls = (void**)(stack + stackSize -
BIONIC_TLS_SLOTS
*sizeof(void*));
[
all
...]
/bionic/libc/unistd/
sysconf.c
55
#define SYSTEM_THREAD_KEYS_MAX
BIONIC_TLS_SLOTS
/bionic/linker/
linker.c
[
all
...]
Completed in 158 milliseconds