/external/bluetooth/bluedroid/utils/src/ |
bt_utils.c | 119 int tid = gettid();
|
/external/compiler-rt/lib/lsan/ |
lsan.cc | 52 ThreadStart(tid, GetTid());
|
/art/runtime/base/ |
mutex-inl.h | 73 return static_cast<uint64_t>(self->GetTid()); 75 return static_cast<uint64_t>(GetTid());
|
/art/runtime/native/ |
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 113 GetTaskStats(t->GetTid(), native_thread_state, utime, stime, task_cpu); 118 JDWP::Append4BE(bytes, t->GetTid());
|
/external/valgrind/main/gdbserver_tests/ |
sleepers.c | 17 static pid_t gettid() function 29 fprintf(stderr, "pid %d Thread %d %s\n", getpid(), gettid(), msg);
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 36 /* desktop Linux needs a little help with gettid() */ 40 pid_t gettid() { return syscall(__NR_gettid);} function
|
/system/core/debuggerd/ |
crasher.c | 30 sprintf(tmp, "%d", gettid()); 131 fprintf(stderr,"crasher: init pid=%d tid=%d\n", getpid(), gettid());
|
/frameworks/wilhelm/src/ |
locks.c | 74 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, 94 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, 98 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
|
/external/chromium_org/media/cdm/ppapi/ |
cdm_logging.cc | 59 return gettid();
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
sanitizer_linux_test.cc | 97 arg->reported_tid = GetTid(); 146 pid_t self_tid = GetTid();
|
/system/core/libcutils/ |
sched_policy.c | 226 tid = gettid(); 265 tid = gettid();
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 41 // Android exposes gettid(), standard Linux does not 42 static pid_t gettid() { function 131 dc->mWorkers.mNativeThreadId[idx] = gettid();
|
/art/runtime/ |
runtime_linux.cc | 33 DumpNativeStack(os, GetTid(), "\t", true); 250 pid_t tid = GetTid();
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 59 uptr GetTid() { 64 return GetTid();
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 79 public int gettid() { return os.gettid(); } method in class:ForwardingOs
|
/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 | |
/bionic/libc/bionic/ |
libc_init_common.cpp | 102 thread.tid = gettid();
|
/bionic/libc/include/ |
unistd.h | 56 extern pid_t gettid(void);
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 512 gettid
|
/development/ndk/platforms/android-3/include/ |
unistd.h | 57 extern pid_t gettid(void);
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 547 gettid
|
/development/ndk/platforms/android-8/include/ |
unistd.h | 57 extern pid_t gettid(void);
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 455 gettid
|