Home
last modified time | relevance | path

Searched defs:tid (Results 1 - 25 of 142) sorted by relevance

123456

/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/
H A Dmac_glibc.cpp17 __attribute__((visibility("default"))) int pthread_setname_np(std::thread::native_handle_type tid, const char *name) in pthread_setname_np() argument
H A Dwin_glibc.cpp17 __attribute__((visibility("default"))) int pthread_setname_np(int tid, const char *name) in pthread_setname_np() argument
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_manager.cpp25 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 Dworker_thread.cpp65 int SetCpuAffinity(unsigned long affinity, int tid) in SetCpuAffinity() argument
H A Drtg_perf_ctrl.cpp48 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 Dapp_jsheap_mem_info.h26 uint32_t tid = 0; member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Dgeneral_watcher_mock.cpp18 bool MockQuery::IsEqual(uint64_t tid) in IsEqual() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/common/src/
H A Djs_df_manager.cpp41 auto tid = it->second; in GetFreedTid() local
/foundation/arkui/napi/test/unittest/engine/
H A Dtest_jerryscript.cpp50 uv_thread_t tid; in main() local
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_jerryscript.cpp48 uv_thread_t tid; in main() local
H A Dtest_quickjs.cpp53 uv_thread_t tid; in main() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_task_dispatcher.cpp27 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 Dsk_resource_manager.cpp31 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 Dvsync_system_ability_listener.h25 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 Dthread_utils.cpp25 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 Dframe_interval.cpp86 int tid = GET_TID(); in Join() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_query.h33 bool IsEqual(uint64_t tid) in IsEqual() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dtask_executor_impl.h88 int32_t tid = 0; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rstaskdispatcher_fuzzer/
H A Drstaskdispatcher_fuzzer.cpp67 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 Dthread.cpp106 pthread_t tid = pthread_self(); in IsRunningInSelf() local
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/unittest/
H A Dprocess_group_test.cpp44 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 Dqos_interface_test.cpp162 int tid = GET_TID(); in HWTEST_F() local
185 int tid = GET_TID(); in HWTEST_F() local
/foundation/resourceschedule/qos_manager/qos/
H A Dqos.cpp36 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 Dsched_policy.cpp28 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 Dwifi_wpa_hal.h47 pthread_t tid; member

Completed in 7 milliseconds

123456