/frameworks/wilhelm/src/android/ |
D | CallbackProtector.cpp | 68 mCallbackTid = gettid(); in enterCb() 75 (void *) pthread_self(), gettid(), in enterCb() 116 mRequesterTid = gettid(); in requestCbExitAndWait() 123 (void *) pthread_self(), gettid()); in requestCbExitAndWait() 137 mRequesterTid = gettid(); in requestCbExit() 144 (void *) pthread_self(), gettid()); in requestCbExit()
|
/frameworks/wilhelm/src/ |
D | locks.c | 87 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, in object_lock_exclusive_() 107 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, in object_lock_exclusive_() 111 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), in object_lock_exclusive_()
|
/frameworks/av/media/libmedia/ |
D | IMediaMetadataRetriever.cpp | 47 get_sched_policy(gettid(), &policy); in sendSchedPolicy() 54 set_sched_policy(gettid(), policy); in setSchedPolicy() 58 set_sched_policy(gettid(), SP_FOREGROUND); in restoreSchedPolicy()
|
D | JetPlayer.cpp | 173 mTid = gettid(); in render()
|
/frameworks/av/services/mediaextractor/minijail/seccomp_policy/ |
D | mediaextractor-seccomp-arm.policy | 32 gettid: 1
|
/frameworks/av/services/audiopolicy/service/ |
D | AudioPolicyInterfaceImplLegacy.cpp | 197 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput() 229 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
|
D | AudioPolicyInterfaceImpl.cpp | 223 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput() 255 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
|
/frameworks/base/core/jni/ |
D | android_util_Process.cpp | 432 ALOGV("Process.setCanSelfBackground(%d) : tid=%d", bgOk, gettid()); in android_os_Process_setCanSelfBackground() 485 if (pid == gettid()) { in android_os_Process_setThreadPriority() 512 android_os_Process_setThreadPriority(env, clazz, gettid(), pri); in android_os_Process_setCallingThreadPriority()
|
D | android_util_Binder.cpp | 1090 return (getpid() == gettid()); in should_time_binder_calls()
|
/frameworks/rs/ |
D | rsContext.cpp | 52 static pid_t gettid() { in gettid() function 253 rsc->mNativeThreadId = gettid(); in threadProc()
|
/frameworks/base/core/java/android/os/ |
D | Process.java | 842 return Os.gettid(); in myTid()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 40 static pid_t gettid() { in gettid() function 121 dc->mWorkers.mNativeThreadId[idx] = gettid(); in helperThreadProc()
|
/frameworks/native/libs/binder/ |
D | IPCThreadState.cpp | 709 mMyThreadId(gettid()), in IPCThreadState()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 3022 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid())); in threadLoop()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 6634 pid_t tid = gettid(); in onAllocateComponent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27571 method public static int gettid();
|
/frameworks/base/api/ |
D | current.txt | 35426 method public static int gettid();
|
D | system-current.txt | 38293 method public static int gettid();
|
D | test-current.txt | 35509 method public static int gettid();
|