/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/ |
H A D | mac_glibc.cpp | 17 __attribute__((visibility("default"))) int pthread_setname_np(std::thread::native_handle_type tid, const char *name) in pthread_setname_np() argument
|
H A D | win_glibc.cpp | 17 __attribute__((visibility("default"))) int pthread_setname_np(int tid, const char *name) in pthread_setname_np() argument
|
/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 | worker_thread.cpp | 65 int SetCpuAffinity(unsigned long affinity, int tid) in SetCpuAffinity() argument
|
H A D | rtg_perf_ctrl.cpp | 48 void SetTaskRtg(pid_t tid, unsigned int grpId) in SetTaskRtg() argument 117 void set_task_min_util(pid_t tid, unsigned int util) in set_task_min_util() argument
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_jsheap_mem_info.h | 26 uint32_t tid = 0; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_watcher_mock.cpp | 18 bool MockQuery::IsEqual(uint64_t tid)
in IsEqual() argument
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/ |
H A D | js_df_manager.cpp | 41 auto tid = it->second;
in GetFreedTid() local
|
/foundation/arkui/napi/test/unittest/engine/ |
H A D | test_jerryscript.cpp | 50 uv_thread_t tid; in main() local
|
/foundation/arkui/napi/sample/native_module_systemtest/ |
H A D | test_jerryscript.cpp | 48 uv_thread_t tid; in main() local
|
H A D | test_quickjs.cpp | 53 uv_thread_t tid; in main() local
|
/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)>& taskDispatchFunc) in RegisterTaskDispatchFunc() argument 34 void RSTaskDispatcher::PostTask(pid_t tid, const RSTask& task, bool isSyncTask) in PostTask() argument
|
H A D | sk_resource_manager.cpp | 31 auto tid = gettid(); in HoldResource() local 49 auto tid = gettid(); in HoldResource() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/ |
H A D | vsync_system_ability_listener.h | 25 VSyncSystemAbilityListener(const std::string& threadName, const std::string& uid, const std::string& pid, const std::string& tid) VSyncSystemAbilityListener() argument
|
/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() argument 39 pid_t tid = pthread_gettid_np(handle); in SetThreadPriority() local 55 pid_t tid = pthread_gettid_np(handle); GetThreadPriority() local [all...] |
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | frame_interval.cpp | 86 int tid = GET_TID(); in Join() local
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | kvdb_query.h | 33 bool IsEqual(uint64_t tid) in IsEqual() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | task_executor_impl.h | 88 int32_t tid = 0; member
|
/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
|
/foundation/multimedia/media_foundation/src/osal/task/pthread/ |
H A D | thread.cpp | 106 pthread_t tid = pthread_self(); in IsRunningInSelf() local
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/ |
H A D | process_group_test.cpp | 44 int tid = std::stoi(argv[1]); in SetThreadSchedPolicyTest() local 74 int tid = std::stoi(argv[1]); in GetThreadSchedPolicyTest() local
|
/foundation/resourceschedule/ffrt/test/ut/ |
H A D | qos_interface_test.cpp | 162 int tid = GET_TID(); in HWTEST_F() local 185 int tid = GET_TID(); in HWTEST_F() local
|
/foundation/resourceschedule/qos_manager/qos/ |
H A D | qos.cpp | 36 int QosController::SetThreadQosForOtherThread(enum QosLevel level, int tid) in SetThreadQosForOtherThread() argument 60 int QosController::ResetThreadQosForOtherThread(int tid) in ResetThreadQosForOtherThread() argument 79 GetThreadQosForOtherThread(enum QosLevel &level, int tid) GetThreadQosForOtherThread() argument 100 int tid = gettid(); SetThreadQos() local 104 SetQosForOtherThread(enum QosLevel level, int tid) SetQosForOtherThread() argument 111 int tid = gettid(); ResetThreadQos() local 115 ResetQosForOtherThread(int tid) ResetQosForOtherThread() argument 125 GetQosForOtherThread(enum QosLevel &level, int tid) GetQosForOtherThread() argument [all...] |
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/ |
H A D | sched_policy.cpp | 28 int SetThreadSchedPolicy(int tid, int policy) in SetThreadSchedPolicy() argument 62 int GetThreadSchedPolicy(int tid, SchedPolicy* policy) in GetThreadSchedPolicy() argument [all...] |
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/wpa_supplicant_hal/ |
H A D | wifi_wpa_hal.h | 47 pthread_t tid; member
|