Home
last modified time | relevance | path

Searched refs:gettid (Results 1 – 20 of 20) sorted by relevance

/frameworks/wilhelm/src/android/
DCallbackProtector.cpp68 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/
Dlocks.c87 " (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/
DIMediaMetadataRetriever.cpp47 get_sched_policy(gettid(), &policy); in sendSchedPolicy()
54 set_sched_policy(gettid(), policy); in setSchedPolicy()
58 set_sched_policy(gettid(), SP_FOREGROUND); in restoreSchedPolicy()
DJetPlayer.cpp173 mTid = gettid(); in render()
/frameworks/av/services/mediaextractor/minijail/seccomp_policy/
Dmediaextractor-seccomp-arm.policy32 gettid: 1
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImplLegacy.cpp197 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput()
229 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
DAudioPolicyInterfaceImpl.cpp223 ALOGV("doStopOutput from tid %d", gettid()); in doStopOutput()
255 ALOGV("doReleaseOutput from tid %d", gettid()); in doReleaseOutput()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp430 ALOGV("Process.setCanSelfBackground(%d) : tid=%d", bgOk, gettid()); in android_os_Process_setCanSelfBackground()
466 if (pid == gettid()) { in android_os_Process_setThreadPriority()
493 android_os_Process_setThreadPriority(env, clazz, gettid(), pri); in android_os_Process_setCallingThreadPriority()
Dandroid_util_Binder.cpp1090 return (getpid() == gettid()); in should_time_binder_calls()
/frameworks/rs/
DrsContext.cpp52 static pid_t gettid() { in gettid() function
253 rsc->mNativeThreadId = gettid(); in threadProc()
/frameworks/base/core/java/android/os/
DProcess.java825 return Os.gettid(); in myTid()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp40 static pid_t gettid() { in gettid() function
121 dc->mWorkers.mNativeThreadId[idx] = gettid(); in helperThreadProc()
/frameworks/native/libs/binder/
DIPCThreadState.cpp709 mMyThreadId(gettid()), in IPCThreadState()
/frameworks/base/docs/html/ndk/guides/audio/
Dopensl-prog-notes.jd259 {@code pid_t returned by gettid()} to be consistent across calls. For the same reason,
/frameworks/av/services/audioflinger/
DThreads.cpp2855 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid())); in threadLoop()
/frameworks/av/media/libstagefright/
DACodec.cpp6398 pid_t tid = gettid(); in onAllocateComponent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27571 method public static int gettid();
/frameworks/base/api/
Dcurrent.txt35315 method public static int gettid();
Dtest-current.txt35392 method public static int gettid();
Dsystem-current.txt38132 method public static int gettid();