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
48
TLS_SLOT_SELF
= 0, /* The kernel requires this specific slot for x86. */
/bionic/libc/bionic/
pthread_create.cpp
66
thread->tls[
TLS_SLOT_SELF
] = thread->tls;
93
pthread_mutex_t* start_mutex = (pthread_mutex_t*) &tls[
TLS_SLOT_SELF
];
210
// Create a mutex for the thread in
TLS_SLOT_SELF
to wait on once it starts so we can keep
216
pthread_mutex_t* start_mutex = (pthread_mutex_t*) &tls[
TLS_SLOT_SELF
];
Completed in 78 milliseconds