OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__get_thread
(Results
1 - 25
of
181
) sorted by null
1
2
3
4
5
6
7
8
/bionic/libc/bionic/
gettid.cpp
34
return
__get_thread
()->tid;
pthread_self.cpp
32
return reinterpret_cast<pthread_t>(
__get_thread
());
fork.cpp
39
pthread_internal_t* self =
__get_thread
();
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
();
pthread_internals.cpp
67
pthread_internal_t*
__get_thread
(void) {
function
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);
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;
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so
/development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt
53
__get_thread
/development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt
49
__get_thread
/development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt
53
__get_thread
/development/ndk/platforms/android-14/arch-x86/symbols/
libc.so.functions.txt
49
__get_thread
/development/ndk/platforms/android-17/arch-mips/symbols/
libc.so.functions.txt
53
__get_thread
/development/ndk/platforms/android-17/arch-x86/symbols/
libc.so.functions.txt
49
__get_thread
/development/ndk/platforms/android-18/arch-mips/symbols/
libc.so.functions.txt
52
__get_thread
/development/ndk/platforms/android-18/arch-x86/symbols/
libc.so.functions.txt
48
__get_thread
/development/ndk/platforms/android-19/arch-mips/symbols/
libc.so.functions.txt
53
__get_thread
/development/ndk/platforms/android-19/arch-x86/symbols/
libc.so.functions.txt
49
__get_thread
/development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt
122
__get_thread
Completed in 1135 milliseconds
1
2
3
4
5
6
7
8