/hardware/qcom/gps/core/ |
MsgTask.cpp | 112 set_sched_policy(gettid(), SP_FOREGROUND);
|
/hardware/qcom/gps/msm8084/core/ |
MsgTask.cpp | 112 set_sched_policy(gettid(), SP_FOREGROUND);
|
/hardware/qcom/gps/msm8960/core/ |
MsgTask.cpp | 97 set_sched_policy(gettid(), SP_FOREGROUND);
|
/hardware/qcom/gps/msm8974/core/ |
MsgTask.cpp | 112 set_sched_policy(gettid(), SP_FOREGROUND);
|
/system/bt/osi/src/ |
compat.c | 37 gettid(void) function
|
/system/bt/utils/src/ |
bt_utils.c | 119 int tid = gettid();
|
/art/runtime/base/ |
logging.cc | 191 << " " << getpid() << " " << ::art::GetTid() << " " << file << ":" << line << "]"; 261 ProgramInvocationShortName(), severity, getpid(), ::art::GetTid(), file, line, message);
|
mutex-inl.h | 51 return static_cast<uint64_t>(self->GetTid()); 53 return static_cast<uint64_t>(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/logd/ |
LogStatistics.cpp | 86 tidTable.add(e->getTid(), e); 111 tidTable.subtract(e->getTid(), e); 133 tidTable.drop(e->getTid(), e);
|
/bionic/tests/ |
pthread_test.cpp | 43 extern "C" pid_t gettid(); 751 arg->tid = gettid(); 785 arg->tid = gettid(); 868 arg->tid = gettid(); 877 arg->tid = gettid(); [all...] |
/external/google-breakpad/src/common/linux/tests/ |
crash_generator.cc | 68 int gettid() { function in namespace:__anon9445 83 volatile pid_t thread_id = gettid();
|
/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/tools/ |
check-symbols-glibc.py | 124 'gettid',
|
/development/ndk/platforms/android-12/arch-mips/symbols/ |
libc.so.functions.txt | 439 gettid
|
/development/ndk/platforms/android-12/arch-x86/symbols/ |
libc.so.functions.txt | 433 gettid
|
/development/ndk/platforms/android-12/include/ |
unistd.h | 57 extern pid_t gettid(void);
|
/development/ndk/platforms/android-14/arch-mips/symbols/ |
libc.so.functions.txt | 436 gettid
|
/development/ndk/platforms/android-14/arch-x86/symbols/ |
libc.so.functions.txt | 430 gettid
|
/development/ndk/platforms/android-16/arch-mips/symbols/ |
libc.so.functions.txt | 436 gettid
|
/development/ndk/platforms/android-16/arch-x86/symbols/ |
libc.so.functions.txt | 430 gettid
|
/development/ndk/platforms/android-17/arch-mips/symbols/ |
libc.so.functions.txt | 434 gettid
|
/development/ndk/platforms/android-17/arch-x86/symbols/ |
libc.so.functions.txt | 428 gettid
|