OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettid
(Results
251 - 275
of
644
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/system/core/logd/
LogBuffer.cpp
277
LogBufferElementKey key(e->getUid(), e->getPid(), e->
getTid
());
293
LogBufferElementKey key(e->getUid(), e->getPid(), e->
getTid
());
/art/test/137-cfi/
cfi.cc
112
std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS,
GetTid
()));
/development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt
571
gettid
/development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt
568
gettid
/development/ndk/platforms/android-16/arch-arm/symbols/
libc.so.functions.txt
568
gettid
/development/ndk/platforms/android-17/arch-arm/symbols/
libc.so.functions.txt
565
gettid
/development/ndk/platforms/android-18/arch-arm/symbols/
libc.so.functions.txt
562
gettid
/development/ndk/platforms/android-19/arch-arm/symbols/
libc.so.functions.txt
572
gettid
/development/ndk/platforms/android-21/arch-arm/symbols/
libc.so.functions.txt
594
gettid
/development/ndk/platforms/android-21/arch-arm64/symbols/
libc.so.functions.txt
378
gettid
/development/ndk/platforms/android-21/arch-mips/symbols/
libc.so.functions.txt
456
gettid
/development/ndk/platforms/android-21/arch-mips64/symbols/
libc.so.functions.txt
378
gettid
/development/ndk/platforms/android-21/arch-p/symbols/
libc.so.functions.txt
394
gettid
/development/ndk/platforms/android-21/arch-x86/symbols/
libc.so.functions.txt
452
gettid
/development/ndk/platforms/android-21/arch-x86_64/symbols/
libc.so.functions.txt
378
gettid
/development/ndk/platforms/android-21/include/
unistd.h
57
extern pid_t
gettid
(void) __pure2;
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt
579
gettid
/development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt
588
gettid
/external/compiler-rt/lib/lsan/
lsan_interceptors.cc
219
ThreadStart(tid,
GetTid
());
/external/ltrace/sysdeps/linux-gnu/alpha/
syscallent.h
399
"
gettid
", /* 378 */
/external/valgrind/coregrind/
m_threadstate.c
128
// tst->os_state.lwpid == VG_(
gettid
)() && // check we're this tid
/external/webrtc/src/system_wrappers/source/
thread_posix.cc
272
// instead of Linux
gettid
() syscall.
/libcore/luni/src/main/java/android/system/
Os.java
209
* See <a href="http://man7.org/linux/man-pages/man2/
gettid
.2.html">
gettid
(2)</a>.
211
public static int
gettid
() { return Libcore.os.
gettid
(); }
method in class:Os
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
linux-unistd.h
22
pid_t
gettid
(void);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
linux-unistd.h
22
pid_t
gettid
(void);
Completed in 908 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>