Home
last modified time | relevance | path

Searched refs:sched (Results 1 - 25 of 29) sorted by relevance

12

/foundation/systemabilitymgr/samgr_lite/samgr/adapter/posix/
H A Dthread_adapter.c74 struct sched_param sched = {attr->priority}; in THREAD_Create() local
76 struct sched_param sched = {PRI_BUTT - attr->priority}; in THREAD_Create() local
80 pthread_attr_setschedparam(&threadAttr, &sched); in THREAD_Create()
/foundation/graphic/graphic_utils_lite/interfaces/innerkits/
H A Dgraphic_thread.h52 struct sched_param sched = {attr->priority}; in ThreadCreate()
53 pthread_attr_setschedparam(&threadAttr, &sched); in ThreadCreate()
/foundation/resourceschedule/ffrt/src/eu/
H A Dscpuworker_manager.cpp24 #include "sched/scheduler.h"
25 #include "sched/workgroup_internal.h"
159 auto& sched = FFRTScheduler::Instance()->GetScheduler(thread->GetQos()); in PickUpTaskFromGlobalQueue() local
162 return sched.PickNextTask(); in PickUpTaskFromGlobalQueue()
171 auto& sched = FFRTScheduler::Instance()->GetScheduler(thread->GetQos()); in PickUpTaskBatch() local
174 CPUEUTask* task = sched.PickNextTask(); in PickUpTaskBatch()
193 CPUEUTask* task2local = sched.PickNextTask(); in PickUpTaskBatch()
H A Drtg_ioctl.h21 #include <sched.h>
H A Dcpuworker_manager.cpp22 #include "sched/scheduler.h"
23 #include "sched/workgroup_internal.h"
82 auto& sched = FFRTFacade::GetSchedInstance()->GetScheduler(qos); in GetTaskCount() local
83 return sched.RQSize(); in GetTaskCount()
/foundation/multimedia/media_library/frameworks/utils/src/
H A Dcpu_utils.cpp19 #include <sched.h>
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dsys_utils.cpp19 #include <sched.h>
/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dthread.cpp83 struct sched_param sched = {static_cast<int>(priority_)}; in CreateThread() local
84 pthread_attr_setschedparam(&attr, &sched); in CreateThread()
/foundation/multimedia/media_foundation/engine/foundation/osal/thread/
H A Dthread.cpp74 struct sched_param sched = {static_cast<int>(priority_)}; in CreateThread() local
75 pthread_attr_setschedparam(&attr, &sched); in CreateThread()
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H A Dability_connect_trans_param.h19 #include <sched.h>
/foundation/ability/ability_lite/services/abilitymgr_lite/include/util/
H A Dabilityms_helper.h19 #include <sched.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/
H A Dmain.cpp16 #include <sched.h>
/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_cpu.h20 #include <sched.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/offscreen_render/
H A Drs_offscreen_render_thread.h23 #include <sched.h>
/foundation/resourceschedule/ffrt/test/ut/
H A Dworker_thread_test.cpp20 #include <sched.h>
H A Dmulti_workgroup_test.cpp18 #include <sched/workgroup_internal.h>
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_thread.cpp19 #include <sched.h>
H A Dut_worker_manager.cpp27 #include "sched/task_scheduler.h"
29 #include "sched/scheduler.h"
224 auto& sched = FFRTScheduler::Instance()->GetScheduler(worker->GetQos()); in HWTEST_F() local
226 int ret = sched.WakeupTask(reinterpret_cast<CPUEUTask*>(task)); in HWTEST_F()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c18 #include <sched.h>
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp18 #include <sched.h>
19 #include <linux/sched.h>
/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp23 #include <sched.h>
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c22 #include <sched.h>
/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillptypes.h47 #include <sched.h>
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_utils.cpp27 #include <sched.h>
/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp22 #include <linux/sched.h>
354 CONCUR_LOGI("deadline scene sched switch = %{public}d", ddlSceneSchedSwitch_); in ConfigReaderInit()

Completed in 12 milliseconds

12