Searched refs:gettid (Results 1 – 14 of 14) sorted by relevance
/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/av/media/libmedia/ |
D | IMediaMetadataRetriever.cpp | 46 get_sched_policy(gettid(), &policy); in sendSchedPolicy() 53 set_sched_policy(gettid(), policy); in setSchedPolicy() 57 set_sched_policy(gettid(), SP_FOREGROUND); in restoreSchedPolicy()
|
D | JetPlayer.cpp | 171 mTid = gettid(); in render()
|
/frameworks/wilhelm/src/ |
D | locks.c | 88 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, in object_lock_exclusive_() 108 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz, in object_lock_exclusive_() 112 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), in object_lock_exclusive_()
|
/frameworks/av/services/audiopolicy/ |
D | AudioPolicyInterfaceImplLegacy.cpp | 187 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput() 215 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
|
D | AudioPolicyInterfaceImpl.cpp | 197 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput() 225 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
|
/frameworks/rs/cpu_ref/ |
D | rsCpuCore.cpp | 42 static pid_t gettid() { in gettid() function 135 dc->mWorkers.mNativeThreadId[idx] = gettid(); in helperThreadProc()
|
/frameworks/av/media/libmediaplayerservice/ |
D | MidiFile.cpp | 458 mTid = gettid(); in render()
|
D | MediaPlayerService.cpp | 487 snprintf(buffer, SIZE, "/proc/%d/maps", gettid()); in dump() 507 snprintf(buffer, SIZE, "/proc/%d/fd", gettid()); in dump() 513 snprintf(buffer, SIZE, "/proc/%d/fd/%s", gettid(), ent->d_name); in dump()
|
/frameworks/base/core/java/android/os/ |
D | Process.java | 751 return Os.gettid(); in myTid()
|
/frameworks/rs/ |
D | rsContext.cpp | 50 static pid_t gettid() { in gettid() function 293 rsc->mNativeThreadId = gettid(); in threadProc()
|
/frameworks/base/core/jni/ |
D | android_util_Binder.cpp | 1073 #warning no gettid(), so not logging Binder calls... in should_time_binder_calls()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 2394 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid())); in threadLoop()
|
/frameworks/base/api/ |
D | current.txt | 27442 method public static int gettid();
|