Home
last modified time | relevance | path

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

1234

/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc78 bool GetGuestThreadAttr(pid_t tid, in GetGuestThreadAttr()
93 pid_t tid = GettidSyscall(); in ExitCurrentThread() local
120 GuestThreadMap::GetInstance()->ForEachThread([current_tid](pid_t tid, GuestThread* thread) { in FlushGuestCodeCache()
154 pid_t tid = GettidSyscall(); in AttachCurrentThread() local
187 pid_t tid = GettidSyscall(); in InsertCurrentThread() local
208 pid_t tid = GettidSyscall(); in DetachCurrentThread() local
Dguest_thread_map.cc33 void GuestThreadMap::ResetThreadTable(pid_t tid, GuestThread* thread) { in ResetThreadTable()
39 void GuestThreadMap::InsertThread(pid_t tid, GuestThread* thread) { in InsertThread()
45 GuestThread* GuestThreadMap::RemoveThread(pid_t tid) { in RemoveThread()
54 GuestThread* GuestThreadMap::FindThread(pid_t tid) { in FindThread()
/frameworks/base/ravenwood/runtime-helper-src/framework/android/os/
DProcess_ravenwood.java37 public static void setThreadPriority(int tid, int priority) { in setThreadPriority()
62 public static int getThreadPriority(int tid) { in getThreadPriority()
/frameworks/av/services/camera/libcameraservice/
DCameraServiceWatchdog.cpp108 void CameraServiceWatchdog::stop(uint32_t tid) in stop()
119 void CameraServiceWatchdog::start(uint32_t tid, const char* functionName) in start()
/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()
/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()
DTimeCheck.h136 const pid_t tid; variable
/frameworks/base/core/java/android/os/
DProcess.java1075 public static final int getThreadGroupLeader(int tid) { in getThreadGroupLeader()
1097 public static final native void setThreadPriority(int tid, in setThreadPriority()
1128 public static final native void setThreadGroup(int tid, int group) in setThreadGroup()
1143 public static final native void setThreadGroupAndCpuset(int tid, int group) in setThreadGroupAndCpuset()
1233 public static final native long[] getSchedAffinity(int tid); in getSchedAffinity()
1274 public static final native int getThreadPriority(int tid) in getThreadPriority()
1292 public static final native int getThreadScheduler(int tid) in getThreadScheduler()
1311 public static final native void setThreadScheduler(int tid, int policy, int priority) in setThreadScheduler()
1397 public static final void checkTid(int tgid, int tid) in checkTid()
1654 public static final boolean isThreadInProcess(int tid, int pid) { in isThreadInProcess()
DISchedulingPolicyService.aidl32 int requestPriority(int pid, int tid, int prio, boolean isForApp); in requestPriority()
/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()
464 public void notifyAnrDelayStarted(String packgeName, int uid, int tid, int reason) in notifyAnrDelayStarted()
DStorageSessionController.java199 public void notifyAnrDelayStarted(String packageName, int uid, int tid, int reason) in notifyAnrDelayStarted()
405 public void notifyAppIoBlocked(String volumeUuid, int uid, int tid, in notifyAppIoBlocked()
424 public void notifyAppIoResumed(String volumeUuid, int uid, int tid, in notifyAppIoResumed()
/frameworks/av/services/camera/libcameraservice/utils/
DSchedulingPolicyUtils.cpp33 int requestPriorityDirect(int pid, int tid, int prio) { in requestPriorityDirect()
DUtils.cpp60 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/av/media/psh_utils/include/psh_utils/
DPerformanceFixture.h65 const pid_t tid = gettid(); // us. in startProfiler() local
/frameworks/base/services/core/java/com/android/server/
DThreadPriorityBooster.java88 final int tid = myTid(); field in ThreadPriorityBooster.PriorityState

1234