OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_SELF
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_tls.h
49
/* note that slot 0, called
TLS_SLOT_SELF
must point to itself.
56
#define
TLS_SLOT_SELF
0
/bionic/libc/bionic/
pthread.c
187
tls[
TLS_SLOT_SELF
] = (void*)tls;
209
pthread_mutex_t * start_mutex = (pthread_mutex_t *)&tls[
TLS_SLOT_SELF
];
345
// Create a mutex for the thread in
TLS_SLOT_SELF
to wait on once it starts so we can keep
351
start_mutex = (pthread_mutex_t *) &tls[
TLS_SLOT_SELF
];
[
all
...]
Completed in 14 milliseconds