/ohos5.0/foundation/resourceschedule/qos_manager/qos/ |
H A D | qos.cpp | 36 int QosController::SetThreadQosForOtherThread(enum QosLevel level, int tid) in SetThreadQosForOtherThread() 60 int QosController::ResetThreadQosForOtherThread(int tid) in ResetThreadQosForOtherThread() 79 int QosController::GetThreadQosForOtherThread(enum QosLevel &level, int tid) in GetThreadQosForOtherThread() 100 int tid = gettid(); in SetThreadQos() local 104 int SetQosForOtherThread(enum QosLevel level, int tid) in SetQosForOtherThread() 111 int tid = gettid(); in ResetThreadQos() local 115 int ResetQosForOtherThread(int tid) in ResetQosForOtherThread() 125 int GetQosForOtherThread(enum QosLevel &level, int tid) in GetQosForOtherThread()
|
/ohos5.0/base/request/request/test/unittest/cpp_test/fwkTest/src/ |
H A D | request_manager_impl_test.cpp | 123 std::string tid = "1"; variable 146 string tid = "tid"; variable 159 string tid = "tid"; variable 172 string tid = "tid"; variable 186 string tid = "tid"; variable 200 string tid = "tid"; variable 229 string tid = "tid"; variable 242 string tid = "tid"; variable 255 string tid = "tid"; variable 269 string tid = "tid"; variable [all …]
|
H A D | request_manager_test.cpp | 84 std::string tid = "1"; variable 101 std::string tid = "1"; variable 128 std::string tid = "tid"; variable 141 std::string tid = "tid"; variable 155 std::string tid = "tid"; variable 184 std::string tid = "tid"; variable 198 std::string tid = "tid"; variable 212 std::string tid = "tid"; variable 226 std::string tid = "tid"; variable 240 std::string tid = "tid"; variable
|
H A D | request_test.cpp | 73 string tid = "testTid"; variable 97 string tid = "testTid"; variable 131 string tid = "testTid"; variable 164 string tid = "testTid"; variable 199 string tid = "testTid"; variable 226 string tid = "testTid"; variable 248 string tid = "testTid"; variable
|
/ohos5.0/base/request/request/frameworks/native/src/ |
H A D | request_manager.cpp | 28 int32_t RequestManager::Create(const Config &config, int32_t seq, std::string &tid) in Create() 32 int32_t RequestManager::GetTask(const std::string &tid, const std::string &token, Config &config) in GetTask() 36 int32_t RequestManager::Start(const std::string &tid) in Start() 40 int32_t RequestManager::Stop(const std::string &tid) in Stop() 45 int32_t RequestManager::Query(const std::string &tid, TaskInfo &info) in Query() 50 int32_t RequestManager::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 60 int32_t RequestManager::Show(const std::string &tid, TaskInfo &info) in Show() 65 int32_t RequestManager::Pause(const std::string &tid, Version version) in Pause() 70 int32_t RequestManager::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 75 int32_t RequestManager::Remove(const std::string &tid, Version version) in Remove() [all …]
|
H A D | request_service_proxy.cpp | 39 int32_t RequestServiceProxy::Create(const Config &config, std::string &tid) in Create() 149 int32_t RequestServiceProxy::Start(const std::string &tid) in Start() 166 int32_t RequestServiceProxy::Stop(const std::string &tid) in Stop() 182 int32_t RequestServiceProxy::Query(const std::string &tid, TaskInfo &info) in Query() 252 int32_t RequestServiceProxy::Show(const std::string &tid, TaskInfo &info) in Show() 274 int32_t RequestServiceProxy::Pause(const std::string &tid, Version version) in Pause() 291 int32_t RequestServiceProxy::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 314 int32_t RequestServiceProxy::Remove(const std::string &tid, Version version) in Remove() 338 int32_t RequestServiceProxy::Resume(const std::string &tid) in Resume() 377 int32_t RequestServiceProxy::Subscribe(const std::string &tid) in Subscribe() [all …]
|
H A D | request_manager_impl.cpp | 48 int32_t RequestManagerImpl::Create(const Config &config, int32_t seq, std::string &tid) in Create() 121 int32_t RequestManagerImpl::GetTask(const std::string &tid, const std::string &token, Config &confi… in GetTask() 150 int32_t RequestManagerImpl::Start(const std::string &tid) in Start() 168 int32_t RequestManagerImpl::Stop(const std::string &tid) in Stop() 179 int32_t RequestManagerImpl::Query(const std::string &tid, TaskInfo &info) in Query() 190 int32_t RequestManagerImpl::Touch(const std::string &tid, const std::string &token, TaskInfo &info) in Touch() 212 int32_t RequestManagerImpl::Show(const std::string &tid, TaskInfo &info) in Show() 223 int32_t RequestManagerImpl::Pause(const std::string &tid, Version version) in Pause() 234 int32_t RequestManagerImpl::QueryMimeType(const std::string &tid, std::string &mimeType) in QueryMimeType() 245 int32_t RequestManagerImpl::Remove(const std::string &tid, Version version) in Remove() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/lifecycle_test/ |
H A D | lifecycle_test.cpp | 154 pthread_t tid = 0; variable 184 pthread_t tid = 0; variable 217 pthread_t tid = 0; variable 253 pthread_t tid = 0; variable 282 pthread_t tid = 0; variable 337 pthread_t tid = 0; variable 400 pthread_t tid = 0; variable 433 pthread_t tid = 0; variable 469 pthread_t tid = 0; variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/ |
H A D | unwind_local_tid_benchmark.cpp | 41 NOINLINE int TestFunc6(std::atomic_int* tid, std::atomic_bool* done) in TestFunc6() 49 NOINLINE int TestFunc5(std::atomic_int* tid, std::atomic_bool* done) in TestFunc5() 55 NOINLINE int TestFunc4(std::atomic_int* tid, std::atomic_bool* done) in TestFunc4() 61 NOINLINE int TestFunc3(std::atomic_int* tid, std::atomic_bool* done) in TestFunc3() 67 NOINLINE int TestFunc2(std::atomic_int* tid, std::atomic_bool* done) in TestFunc2() 73 NOINLINE int TestFunc1(std::atomic_int* tid, std::atomic_bool* done) in TestFunc1() 88 std::atomic_int tid(0); in BenchmarkUnwinderLocalWithTid() local
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioschedule/ |
H A D | audio_schedule.cpp | 48 void ConfigPayload(uint32_t pid, uint32_t tid, const char *bundleName, int32_t qosLevel, in ConfigPayload() 60 void ScheduleReportData(uint32_t pid, uint32_t tid, const char *bundleName) in ScheduleReportData() 71 void UnscheduleReportData(uint32_t pid, uint32_t tid, const char* bundleName) in UnscheduleReportData() 81 void UnscheduleThreadInServer(uint32_t pid, uint32_t tid) in UnscheduleThreadInServer() 91 void ScheduleThreadInServer(uint32_t pid, uint32_t tid) in ScheduleThreadInServer() 104 for (auto tid : g_tidToReport) { in OnAddResSchedService() local 111 void ScheduleThreadInServer(uint32_t pid, uint32_t tid) {}; in ScheduleThreadInServer() 112 void UnscheduleThreadInServer(uint32_t tid) {}; in UnscheduleThreadInServer() 123 AudioScheduleGuard::AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName) in AudioScheduleGuard()
|
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/ |
H A D | thread_context.cpp | 68 std::shared_ptr<ThreadContext> GetContextLocked(int32_t tid) in GetContextLocked() 90 AT_UNUSED bool RemoveContextLocked(int32_t tid) in RemoveContextLocked() 137 NO_SANITIZE std::shared_ptr<ThreadContext> LocalThreadContext::GetThreadContext(int32_t tid) in GetThreadContext() 148 void LocalThreadContext::ReleaseThread(int32_t tid) in ReleaseThread() 164 std::shared_ptr<ThreadContext> LocalThreadContext::CollectThreadContext(int32_t tid) in CollectThreadContext() 208 int tid = gettid(); in CopyContextAndWaitTimeout() local 227 bool LocalThreadContext::GetStackRange(int32_t tid, uintptr_t& stackBottom, uintptr_t& stackTop) in GetStackRange() 254 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
|
H A D | dfx_ptrace.cpp | 33 void DfxPtrace::Detach(pid_t tid) in Detach() 41 bool DfxPtrace::Attach(pid_t tid, int timeout) in Attach()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_task_dispatcher.cpp | 27 void RSTaskDispatcher::RegisterTaskDispatchFunc(pid_t tid, const std::function<void(RSTask, bool)>&… in RegisterTaskDispatchFunc() 34 void RSTaskDispatcher::PostTask(pid_t tid, const RSTask& task, bool isSyncTask) in PostTask() 37 taskDispatchFuncMap_.at(tid)(task, isSyncTask); in PostTask() local
|
H A D | sk_resource_manager.cpp | 34 auto tid = gettid(); in HoldResource() local 52 auto tid = gettid(); in HoldResource() local 107 auto tid = gettid(); in ReleaseResource() local 117 auto tid = gettid(); in ReleaseResource() local
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
H A D | thread_utils.cpp | 25 void SetThreadName(pthread_t tid, const std::string& name) in SetThreadName() 39 pid_t tid = pthread_gettid_np(handle); in SetThreadPriority() local 55 pid_t tid = pthread_gettid_np(handle); in GetThreadPriority() local
|
/ohos5.0/foundation/resourceschedule/ffrt/src/eu/ |
H A D | worker_manager.cpp | 25 pid_t tid = thread.first->Id(); in JoinRtg() local 51 pid_t tid = thread.first->Id(); in JoinTG() local 75 pid_t tid = thread.first->Id(); in LeaveTG() local
|
H A D | thread_group.h | 85 bool Join(pid_t tid) in Join() 101 bool Leave(pid_t tid) in Leave() 133 RTGLoadInfo GetLoad(pid_t tid) in GetLoad()
|
/ohos5.0/foundation/resourceschedule/ffrt/test/ut/testcase/ |
H A D | ut_rtg.cpp | 173 pid_t tid = RTGCtrl::GetTID(); in __anone3ead2840102() local 195 for (auto tid : tids) { variable 203 for (auto tid : tids) { variable 241 pid_t tid = RTGCtrl::GetTID(); in __anone3ead2840202() local 263 for (auto tid : tids) { variable 285 for (auto tid : tids) { variable
|
/ohos5.0/foundation/resourceschedule/ffrt/src/sched/ |
H A D | multi_workgroup.cpp | 49 int FindThreadInWorkGroup(WorkGroup *workGroup, int tid) in FindThreadInWorkGroup() 63 bool InsertThreadInWorkGroup(WorkGroup *workGroup, int tid) in InsertThreadInWorkGroup() 108 bool LeaveRSWorkGroup(int tid) in LeaveRSWorkGroup() 123 bool JoinRSWorkGroup(int tid) in JoinRSWorkGroup() 161 bool JoinWG(int tid) in JoinWG() 182 bool LeaveWG(int tid) in LeaveWG() 286 void WorkgroupJoin(struct WorkGroup* wg, int tid) in WorkgroupJoin()
|
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
H A D | process_dump_test.cpp | 87 pid_t tid = accountmgrPid; variable 143 pthread_t tid; variable 163 int32_t pid = 1, tid = 1; variable 177 int32_t pid = 243, tid = 243; variable 195 pid_t tid = pid; variable 219 pid_t tid = pid; variable 286 pid_t tid = pid; variable
|
H A D | lock_parser_test.cpp | 88 void WaitThreadBlock(int& tid) in WaitThreadBlock() 113 int tid = 0; variable 167 int tid = 0; variable 219 int tid = 0; variable 258 int tid = 0; variable 297 int tid = 0; variable
|
/ohos5.0/base/hiviewdfx/faultloggerd/example/ |
H A D | dump_catcher_demo.cpp | 29 static NOINLINE int TestFuncDump(int32_t pid, int32_t tid, bool isJson) in TestFuncDump() 69 static bool ParseParameters(int argc, char *argv[], int32_t &pid, int32_t &tid) in ParseParameters() 109 int32_t tid = 0; in main() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rstaskdispatcher_fuzzer/ |
H A D | rstaskdispatcher_fuzzer.cpp | 67 int tid = GetData<int>(); in DoRegisterTaskDispatchFunc() local 89 int tid = GetData<int>(); in DoPostTask() local 106 int tid = GetData<int>(); in DoHasRegisteredTask() local
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_thread.cpp | 38 std::shared_ptr<DfxThread> DfxThread::Create(pid_t pid, pid_t tid, pid_t nsTid) in Create() 44 DfxThread::DfxThread(pid_t pid, pid_t tid, pid_t nsTid) : regs_(nullptr) in DfxThread() 49 void DfxThread::InitThreadInfo(pid_t pid, pid_t tid, pid_t nsTid) in InitThreadInfo()
|
/ohos5.0/base/print/print_fwk/test/unittest/extension_test/mock/ |
H A D | mock_runtime.h | 49 bool SuspendVM(uint32_t tid) override in SuspendVM() 53 void ResumeVM(uint32_t tid) override {} in ResumeVM() 136 void DumpHeapSnapshot(uint32_t tid, bool isFullGC) override {} in DumpHeapSnapshot() 137 void ForceFullGC(uint32_t tid) override {} in ForceFullGC() 168 bool SuspendVM(uint32_t tid) override in SuspendVM() 172 void ResumeVM(uint32_t tid) override {} in ResumeVM() 255 void DumpHeapSnapshot(uint32_t tid, bool isFullGC) override {} in DumpHeapSnapshot() 256 void ForceFullGC(uint32_t tid) override {} in ForceFullGC()
|