| /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() argument 49 NOINLINE int TestFunc5(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc5() argument 55 NOINLINE int TestFunc4(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc4() argument 61 NOINLINE int TestFunc3(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc3() argument 67 NOINLINE int TestFunc2(std::atomic_int* tid, std::atomic_bool* done)
in TestFunc2() argument 73 TestFunc1(std::atomic_int* tid, std::atomic_bool* done) TestFunc1() argument [all...] |
| /base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace/ |
| H A D | backtrace_local_thread.cpp | 33 BacktraceLocalThread::BacktraceLocalThread(int32_t tid, std::shared_ptr<Unwinder> unwinder) in BacktraceLocalThread() argument
|
| /base/hiviewdfx/faultloggerd/test/unittest/process_dump/ |
| H A D | lock_parser_test.cpp | 88 void WaitThreadBlock(int& tid) in WaitThreadBlock() argument 113 int tid = 0; in HWTEST_F() local 167 int tid = 0; HWTEST_F() local 219 int tid = 0; HWTEST_F() local 258 int tid = 0; HWTEST_F() local 297 int tid = 0; HWTEST_F() local [all...] |
| /base/hiviewdfx/faultloggerd/common/cutil/ |
| H A D | dfx_cutil.c | 78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument 164 void ParseSiValue(siginfo_t* si, uint64_t* endTime, int* tid) in ParseSiValue() argument
|
| H A D | musl_cutil.h | 78 bool GetThreadNameByTid(int32_t tid, char* buffer, size_t bufferSz) in GetThreadNameByTid() argument
|
| /base/msdp/device_status/services/interaction/drag/src/ |
| H A D | drag_vsync_station.cpp | 138 void DragVSyncStation::SetQosForOtherThread(int32_t tid) in SetQosForOtherThread() argument
|
| /base/msdp/device_status/intention/scheduler/task_scheduler/include/ |
| H A D | task_scheduler.h | 86 void SetWorkerThreadId(uint64_t tid)
in SetWorkerThreadId() argument
|
| /base/msdp/device_status/services/delegate_task/include/ |
| H A D | delegate_tasks.h | 82 void SetWorkerThreadId(uint64_t tid)
in SetWorkerThreadId() argument
|
| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| H A D | request_test.cpp | 73 string tid = "testTid"; in HWTEST_F() local 97 string tid = "testTid"; in HWTEST_F() local 131 string tid = "testTid"; in HWTEST_F() local 164 string tid = "testTid"; in HWTEST_F() local 199 string tid in HWTEST_F() local 226 string tid = "testTid"; HWTEST_F() local 248 string tid = "testTid"; HWTEST_F() local [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_res_sched_client_adapter_impl.cpp | 23 bool ArkResSchedClientAdapter::ReportKeyThread(int32_t statusAdapter, pid_t pid, pid_t tid, int32_t roleAdapter) in ReportKeyThread() argument 41 bool ArkResSchedClientAdapter::ReportAudioData(int32_t statusAdapter, pid_t pid, pid_t tid) in ReportAudioData() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_res_sched_client_adapter_wrapper.cpp | 40 bool ResSchedClientAdapter::ReportAudioData(ResSchedStatusAdapter statusAdapter, pid_t pid, pid_t tid) in ReportAudioData() argument 21 ReportKeyThread( ResSchedStatusAdapter statusAdapter, pid_t pid, pid_t tid, ResSchedRoleAdapter roleAdapter) ReportKeyThread() argument
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_locks.c | 118 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in add_lock_to_log_and_check() argument 178 static void remove_lock_from_log(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in remove_lock_from_log() argument
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
| H A D | mali_osk_locks.c | 119 static mali_bool add_lock_to_log_and_check(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in add_lock_to_log_and_check() argument 180 static void remove_lock_from_log(struct _mali_osk_lock_debug_s *lock, uint32_t tid) in remove_lock_from_log() argument
|
| /foundation/ai/ai_engine/services/common/platform/threadpool/source/ |
| H A D | aie_thread_unix.cpp | 46 bool IsThreadRunning(unsigned long tid) in IsThreadRunning() argument
|
| /foundation/ability/ability_runtime/test/unittest/lifecycle_test/ |
| H A D | lifecycle_test.cpp | 154 pthread_t tid = 0; in HWTEST_F() local 184 pthread_t tid = 0; in HWTEST_F() local 217 pthread_t tid = 0; in HWTEST_F() local 253 pthread_t tid = 0; HWTEST_F() local 282 pthread_t tid = 0; HWTEST_F() local 337 pthread_t tid = 0; HWTEST_F() local 400 pthread_t tid = 0; HWTEST_F() local 433 pthread_t tid = 0; HWTEST_F() local 469 pthread_t tid = 0; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
| H A D | rs_uni_render_thread_test.cpp | 134 auto tid = gettid(); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
| H A D | rs_uni_render_thread_ext_test.cpp | 134 auto tid = gettid(); in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
| H A D | rs_render_thread_test.cpp | 229 NodeId tid = 1; // for test in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
| H A D | rs_marshalling_helper.cpp | 532 void RSMarshallingHelper::BeginNoSharedMem(std::thread::id tid) {} in BeginNoSharedMem() argument 534 bool RSMarshallingHelper::GetUseSharedMem(std::thread::id tid) in GetUseSharedMem() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
| H A D | rs_marshalling_helper.cpp | 533 void RSMarshallingHelper::BeginNoSharedMem(std::thread::id tid) {} in BeginNoSharedMem() argument 535 bool RSMarshallingHelper::GetUseSharedMem(std::thread::id tid) in GetUseSharedMem() argument
|
| /foundation/multimodalinput/input/intention/scheduler/task_scheduler/include/ |
| H A D | task_scheduler.h | 86 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId() argument
|
| /foundation/multimodalinput/input/service/delegate_task/include/ |
| H A D | delegate_tasks.h | 84 void SetWorkerThreadId(uint64_t tid) in SetWorkerThreadId() argument
|
| /foundation/resourceschedule/ffrt/src/eu/ |
| H A D | thread_group.h | 85 bool Join(pid_t tid) in Join() argument 101 bool Leave(pid_t tid) in Leave() argument 133 RTGLoadInfo GetLoad(pid_t tid) in GetLoad() argument
|
| /foundation/resourceschedule/ffrt/test/ut/testcase/ |
| H A D | ut_cgroup_qos.cpp | 235 int tid = 0; in HWTEST_F() local 248 int tid = 0; in HWTEST_F() local
|
| /foundation/resourceschedule/ffrt/test/ut/ |
| H A D | multi_workgroup_test.cpp | 85 int tid = GET_TID(); in HWTEST_F() local 180 long tid = 10086; in HWTEST_F() local
|