OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__get_thread
(Results
1 - 12
of
12
) sorted by null
/bionic/libc/bionic/
pthread_self.cpp
32
return reinterpret_cast<pthread_t>(
__get_thread
());
gettid.cpp
34
return
__get_thread
()->tid;
getpid.cpp
36
pthread_internal_t* self =
__get_thread
();
pthread_exit.cpp
46
pthread_internal_t* thread =
__get_thread
();
54
pthread_internal_t* thread =
__get_thread
();
62
pthread_internal_t* thread =
__get_thread
();
fork.cpp
39
pthread_internal_t* self =
__get_thread
();
pthread_rwlock.cpp
135
if (__predict_false(
__get_thread
()->tid == rwlock->writer_thread_id)) {
170
int tid =
__get_thread
()->tid;
229
int tid =
__get_thread
()->tid;
241
int tid =
__get_thread
()->tid;
clone.cpp
70
pthread_internal_t* self =
__get_thread
();
pthread_internal.h
103
extern "C" __LIBC64_HIDDEN__ pthread_internal_t*
__get_thread
(void);
pthread_internals.cpp
67
pthread_internal_t*
__get_thread
(void) {
function
libc_init_common.cpp
116
pthread_internal_t* main_thread =
__get_thread
();
pthread_mutex.cpp
462
tid =
__get_thread
()->tid;
544
tid =
__get_thread
()->tid;
603
tid =
__get_thread
()->tid;
653
pid_t tid =
__get_thread
()->tid;
/bionic/linker/
dlfcn.cpp
43
char* buffer =
__get_thread
()->dlerror_buffer;
Completed in 83 milliseconds