/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
unistd.h | 57 extern pid_t gettid(void) __pure2;
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
unistd.h | 57 extern pid_t gettid(void) __pure2;
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
unistd.h | 57 extern pid_t gettid(void) __pure2;
|
/system/core/base/ |
logging.cpp | 83 severity_char, getpid(), gettid(), file, line, message);
|
/system/core/logd/ |
LogAudit.cpp | 114 pid_t tid = gettid();
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 295 ALOGV("Process.setCanSelfBackground(%d) : tid=%d", bgOk, gettid()); 331 if (pid == gettid()) { 358 android_os_Process_setThreadPriority(env, clazz, gettid(), pri);
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 39 // Android exposes gettid(), standard Linux does not 40 static pid_t gettid() { function 128 dc->mWorkers.mNativeThreadId[idx] = gettid();
|
/frameworks/rs/ |
rsContext.cpp | 51 // Android exposes gettid(), standard Linux does not 52 static pid_t gettid() { function 253 rsc->mNativeThreadId = gettid();
|
/system/core/libutils/ |
Threads.cpp | 732 self->mTid = gettid(); 842 pid_t Thread::getTid() const 851 ALOGW("Thread (this=%p): getTid() is undefined before run()", this);
|
/system/core/libbacktrace/ |
backtrace_test.cpp | 463 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), gettid())); 475 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), gettid())); 489 thread->tid = gettid(); 576 thread->tid = gettid(); 914 thread_data->tid = gettid(); [all...] |
/art/runtime/ |
thread_list.cc | 84 if (thread->GetTid() == tid) { 98 os << "DUMPING THREAD " << thread->GetTid() << "\n"; 99 DumpNativeStack(os, thread->GetTid(), "\t"); [all...] |
utils.cc | 59 pid_t GetTid() { 65 return gettid(); 111 bool is_main_thread = (::art::GetTid() == getpid()); [all...] |
/bionic/libc/include/ |
unistd.h | 83 extern pid_t gettid(void) __pure2;
|
/device/htc/flounder/gps/qct/lib/ |
libloc_core.so | |
/external/compiler-rt/lib/asan/ |
asan_thread.cc | 312 context->os_id = GetTid();
|
asan_win.cc | 83 return t->ThreadStart(GetTid(), /* signal_thread_is_registered */ nullptr);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_mac.cc | 156 uptr GetTid() {
|
/external/strace/linux/32/ |
syscallent.h | 186 [178] = { 0, 0, sys_gettid, "gettid" },
|
/external/strace/linux/64/ |
syscallent.h | 179 [178] = { 0, 0, sys_gettid, "gettid" },
|
/external/valgrind/coregrind/ |
m_libcproc.c | 448 Int VG_(gettid)(void) function 456 * The gettid system call does not exist. The obvious assumption 463 * leader but where the gettid system call has not yet been added. 492 // Darwin's gettid syscall is something else.
|
/external/valgrind/include/ |
pub_tool_libcproc.h | 77 extern Int VG_(gettid) ( void );
|
/hardware/libhardware_legacy/audio/ |
audio_policy_hal.cpp | 146 ALOGV("%s: tid %d", __func__, gettid());
|
/hardware/qcom/audio/legacy/alsa_sound/ |
audio_policy_hal.cpp | 145 ALOGV("%s: tid %d", __func__, gettid());
|
/libcore/luni/src/main/java/libcore/io/ |
Os.java | 89 public int gettid(); method in interface:Os
|
/bionic/libc/bionic/ |
libc_logging.cpp | 503 uint16_t tid = gettid(); 565 uint16_t tid = gettid();
|