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
152
return (pthread_internal_t*) tls[
TLS_SLOT_THREAD_ID
];
175
tls[
TLS_SLOT_THREAD_ID
] = thread;
197
pthread_internal_t* thread = (pthread_internal_t*) tls[
TLS_SLOT_THREAD_ID
];
344
tls[
TLS_SLOT_THREAD_ID
] = thread;
[
all
...]
Completed in 329 milliseconds