OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TLS_SLOT_THREAD_ID
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/
bionic_tls.h
57
#define
TLS_SLOT_THREAD_ID
1
/bionic/libc/bionic/
pthread.c
165
return (pthread_internal_t*) tls[
TLS_SLOT_THREAD_ID
];
188
tls[
TLS_SLOT_THREAD_ID
] = thread;
213
thrInfo = (pthread_internal_t *) tls[
TLS_SLOT_THREAD_ID
];
355
tls[
TLS_SLOT_THREAD_ID
] = thread;
[
all
...]
Completed in 48 milliseconds