Searched refs:gettid (Results 1 - 14 of 14) sorted by relevance

/frameworks/wilhelm/src/android/
H A DCallbackProtector.cpp68 mCallbackTid = gettid();
75 (void *) pthread_self(), gettid(),
116 mRequesterTid = gettid();
123 (void *) pthread_self(), gettid());
137 mRequesterTid = gettid();
144 (void *) pthread_self(), gettid());
/frameworks/wilhelm/src/
H A Dlocks.c87 " (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
107 " %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(), thiz,
111 " state by pthread %p (tid %d) at %s:%d\n", file, line, *(void **)&me, gettid(),
/frameworks/av/media/libmedia/
H A DIMediaMetadataRetriever.cpp47 get_sched_policy(gettid(), &policy);
54 set_sched_policy(gettid(), policy);
58 set_sched_policy(gettid(), SP_FOREGROUND);
H A DJetPlayer.cpp173 mTid = gettid();
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyInterfaceImpl.cpp223 ALOGV("doStopOutput from tid %d", gettid());
255 ALOGV("doReleaseOutput from tid %d", gettid());
H A DAudioPolicyInterfaceImplLegacy.cpp197 ALOGV("doStopOutput from tid %d", gettid());
229 ALOGV("doReleaseOutput from tid %d", gettid());
/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp430 ALOGV("Process.setCanSelfBackground(%d) : tid=%d", bgOk, gettid());
466 if (pid == gettid()) {
493 android_os_Process_setThreadPriority(env, clazz, gettid(), pri);
H A Dandroid_util_Binder.cpp1090 return (getpid() == gettid());
/frameworks/base/core/java/android/os/
H A DProcess.java825 return Os.gettid();
965 * If the thread is a thread group leader, that is it's gettid() == getpid(),
/frameworks/rs/
H A DrsContext.cpp51 // Android exposes gettid(), standard Linux does not
52 static pid_t gettid() { function
253 rsc->mNativeThreadId = gettid();
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp39 // Android exposes gettid(), standard Linux does not
40 static pid_t gettid() { function
121 dc->mWorkers.mNativeThreadId[idx] = gettid();
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp709 mMyThreadId(gettid()),
/frameworks/av/media/libstagefright/
H A DACodec.cpp6398 pid_t tid = gettid();
/frameworks/av/services/audioflinger/
H A DThreads.cpp2855 const String8 myName(String8::format("thread %p type %d TID %d", this, mType, gettid()));

Completed in 1248 milliseconds