Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 71) sorted by relevance

123

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_map.cc27 void GuestThreadMap::ResetThreadTable(pid_t tid, GuestThread* thread) { in ResetThreadTable()
33 void GuestThreadMap::InsertThread(pid_t tid, GuestThread* thread) { in InsertThread()
39 GuestThread* GuestThreadMap::RemoveThread(pid_t tid) { in RemoveThread()
48 GuestThread* GuestThreadMap::FindThread(pid_t tid) { in FindThread()
Dguest_thread_manager.cc81 bool GetGuestThreadAttr(pid_t tid, in GetGuestThreadAttr()
96 pid_t tid = GettidSyscall(); in ExitCurrentThread() local
123 g_guest_thread_map_.ForEachThread([current_tid](pid_t tid, GuestThread* thread) { in FlushGuestCodeCache()
157 pid_t tid = GettidSyscall(); in AttachCurrentThread() local
190 pid_t tid = GettidSyscall(); in InsertCurrentThread() local
211 pid_t tid = GettidSyscall(); in DetachCurrentThread() local
/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp93 void CameraServiceWatchdog::stop(uint32_t tid) in stop()
104 void CameraServiceWatchdog::start(uint32_t tid, const char* functionName) in start()
DCameraServiceWatchdog.h82 auto watchThread(T func, uint32_t tid, const char* functionName, uint32_t cycles, in watchThread()
117 auto watchThread(T func, uint32_t tid, const char* functionName) { in watchThread()
/frameworks/av/media/utils/
DSchedulingPolicyService.cpp34 int requestPriority(pid_t pid, pid_t tid, int32_t prio, bool isForApp, bool asynchronous) in requestPriority()
101 int requestSpatializerPriority(pid_t pid, pid_t tid) { in requestSpatializerPriority()
DThreadSnapshot.cpp31 void ThreadSnapshot::setTid(pid_t tid) { in setTid()
64 void ThreadSnapshot::State::reset(pid_t tid) { in reset()
DMediaUtilsDelayedLibrary.cpp23 std::string getCallStackStringForTid(pid_t tid) { in getCallStackStringForTid()
DMediaUtilsDelayed.cpp49 std::string getCallStackStringForTid(pid_t tid) { in getCallStackStringForTid()
DProcess.cpp48 std::string getThreadSchedAsString(pid_t tid) { in getThreadSchedAsString()
/frameworks/libs/binary_translation/instrument/
Dinstrument.cc65 void OnInsertGuestThread([[maybe_unused]] pid_t tid, [[maybe_unused]] GuestThread* thread) {} in OnInsertGuestThread()
67 void OnRemoveGuestThread([[maybe_unused]] pid_t tid, [[maybe_unused]] GuestThread* thread) {} in OnRemoveGuestThread()
/frameworks/base/services/core/java/com/android/server/wm/
DVrController.java234 public void setVrThreadLocked(int tid, int pid, WindowProcessController proc) { in setVrThreadLocked()
268 public void setPersistentVrThreadLocked(int tid, int pid, WindowProcessController proc) { in setPersistentVrThreadLocked()
429 private void enforceThreadInProcess(int tid, int pid) { in enforceThreadInProcess()
/frameworks/av/media/utils/include/mediautils/
DProcess.h113 inline std::map<std::string, double> getThreadSchedAsMap(pid_t tid) { in getThreadSchedAsMap()
DTidWrapper.h38 inline int abortTid(int tid) { in abortTid()
/frameworks/base/services/core/java/com/android/server/storage/
DStorageUserConnection.java157 public void notifyAnrDelayStarted(String packageName, int uid, int tid, int reason) in notifyAnrDelayStarted()
249 public void notifyAppIoBlocked(String volumeUuid, int uid, int tid, in notifyAppIoBlocked()
263 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed()
436 public void notifyAnrDelayStarted(String packgeName, int uid, int tid, int reason) in notifyAnrDelayStarted()
DStorageSessionController.java196 public void notifyAnrDelayStarted(String packageName, int uid, int tid, int reason) in notifyAnrDelayStarted()
400 public void notifyAppIoBlocked(String volumeUuid, int uid, int tid, in notifyAppIoBlocked()
419 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed()
/frameworks/base/core/java/android/os/
DProcess.java1107 public static final int getThreadGroupLeader(int tid) { in getThreadGroupLeader()
1129 public static final native void setThreadPriority(int tid, in setThreadPriority()
1134 public static final void setThreadPriority$ravenwood(int tid, int priority) { in setThreadPriority$ravenwood()
1184 public static final native void setThreadGroup(int tid, int group) in setThreadGroup()
1199 public static final native void setThreadGroupAndCpuset(int tid, int group) in setThreadGroupAndCpuset()
1320 public static final native int getThreadPriority(int tid) in getThreadPriority()
1324 public static final int getThreadPriority$ravenwood(int tid) { in getThreadPriority$ravenwood()
1350 public static final native int getThreadScheduler(int tid) in getThreadScheduler()
1369 public static final native void setThreadScheduler(int tid, int policy, int priority) in setThreadScheduler()
1460 public static final void checkTid(int tgid, int tid) in checkTid()
[all …]
DISchedulingPolicyService.aidl32 int requestPriority(int pid, int tid, int prio, boolean isForApp); in requestPriority()
/frameworks/av/services/camera/libcameraservice/utils/
DSchedulingPolicyUtils.cpp33 int requestPriorityDirect(int pid, int tid, int prio) { in requestPriorityDirect()
DUtils.cpp78 RunThreadWithRealtimePriority::RunThreadWithRealtimePriority(int tid) in RunThreadWithRealtimePriority()
/frameworks/libs/binary_translation/runtime_primitives/
Dinterpret_helpers_riscv64.cc60 pid_t tid = syscall(__NR_gettid); in UndefinedInsn() local
/frameworks/base/core/proto/android/util/
Dlog.proto46 optional int32 tid = 6; field
60 optional int32 tid = 5; field
/frameworks/native/services/schedulerservice/
DSchedulingPolicyService.cpp38 Return<bool> SchedulingPolicyService::requestPriority(int32_t pid, int32_t tid, int32_t priority) { in requestPriority()
/frameworks/base/core/java/android/service/storage/
DExternalStorageService.java181 public void onAnrDelayStarted(@NonNull String packageName, int uid, int tid, in onAnrDelayStarted()
247 public void notifyAnrDelayStarted(String packageName, int uid, int tid, int reason) in notifyAnrDelayStarted()
/frameworks/base/core/jni/
Dandroid_util_Process.cpp90 static void signalExceptionForError(JNIEnv* env, int err, int tid) { in signalExceptionForError()
110 static void signalExceptionForPriorityError(JNIEnv* env, int err, int tid) { in signalExceptionForPriorityError()
123 static void signalExceptionForGroupError(JNIEnv* env, int err, int tid) { in signalExceptionForGroupError()
208 void android_os_Process_setThreadGroup(JNIEnv* env, jobject clazz, int tid, jint grp) in android_os_Process_setThreadGroup()
222 void android_os_Process_setThreadGroupAndCpuset(JNIEnv* env, jobject clazz, int tid, jint grp) in android_os_Process_setThreadGroupAndCpuset()
505 jint tid) in android_os_Process_getThreadScheduler()
522 jint tid, jint policy, jint pri) in android_os_Process_setThreadScheduler()
1157 void android_os_Process_sendTgSignalThrows(JNIEnv* env, jobject clazz, jint tgid, jint tid, in android_os_Process_sendTgSignalThrows()
/frameworks/base/services/core/java/com/android/server/
DThreadPriorityBooster.java88 final int tid = myTid(); field in ThreadPriorityBooster.PriorityState

123