Home
last modified time | relevance | path

Searched refs:sch (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/
H A Dthread_pool.cpp118 struct sched_param sch; in PrintThreadInfo() local
121 int ret = pthread_getschedparam(workerInfo.thread.native_handle(), &policy, &sch); in PrintThreadInfo()
124 workerInfo.name.c_str(), sch.sched_priority, policy); in PrintThreadInfo()
/foundation/resourceschedule/ffrt/src/dm/
H A Ddependence_manager.h92 FFRTScheduler* sch = FFRTScheduler::Instance(); in onSubmitUV() local
93 if (!sch->InsertNode(node, qos)) { in onSubmitUV()
/foundation/resourceschedule/ffrt/src/queue/
H A Dqueue_handler.cpp261 FFRTScheduler* sch = FFRTFacade::GetSchedInstance(); in TransferTask() local
263 if (!sch->InsertNode(&entry->node, task->GetQos())) { in TransferTask()
/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp556 ffrt::FFRTScheduler* sch = ffrt::FFRTFacade::GetSchedInstance(); in ffrt_executor_task_cancel() local
557 bool ret = sch->RemoveNode(node, _qos); in ffrt_executor_task_cancel()
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/
H A Ddataobs_mgr_inner_ext_test.cpp777 auto sch = uri.GetScheme(); in HWTEST_F() local

Completed in 4 milliseconds