Home
last modified time | relevance | path

Searched defs:tid (Results 251 - 275 of 574) sorted by relevance

1...<<11121314151617181920>>...23

/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp51 void ConfigPayload(uint32_t pid, uint32_t tid, const char *bundleName, int32_t qosLevel, in ConfigPayload() argument
63 void ScheduleReportData(uint32_t pid, uint32_t tid, const char *bundleName) in ScheduleReportData() argument
74 void UnscheduleReportData(uint32_t pid, uint32_t tid, const char* bundleName) in UnscheduleReportData() argument
84 UnscheduleThreadInServer(uint32_t pid, uint32_t tid) UnscheduleThreadInServer() argument
94 ScheduleThreadInServer(uint32_t pid, uint32_t tid) ScheduleThreadInServer() argument
126 AudioScheduleGuard(uint32_t pid, uint32_t tid, const std::string &bundleName) AudioScheduleGuard() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_process_proxy.cpp202 int32_t AudioProcessProxy::RegisterThreadPriority(uint32_t tid, const std::string &bundleName) in RegisterThreadPriority() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image_cache.cpp196 CacheRenderDrawingImageByPixelMapId(uint64_t uniqueId, std::shared_ptr<Drawing::Image> img, pid_t tid) CacheRenderDrawingImageByPixelMapId() argument
/foundation/resourceschedule/ffrt/src/dfx/log/linux/
H A Dlog_base.cpp50 std::string pid, tid, strBuf; in LogOutput() local
/foundation/resourceschedule/ffrt/src/eu/
H A Dworker_thread.h198 std::atomic<pid_t> tid; member in ffrt::WorkerThread
/foundation/resourceschedule/qos_manager/services/src/
H A Dqos_interface.cpp234 int tid = gettid(); in QosApply() local
241 int QosApplyForOther(unsigned int level, int tid) in QosApplyForOther() argument
287 int QosLeaveForOther(int tid) in QosLeaveForOther() argument
329 int tid = gettid(); in QosGet() local
333 QosGetForOther(int tid, int &level) QosGetForOther() argument
[all...]
/foundation/resourceschedule/ffrt/src/sched/
H A Dmulti_workgroup.cpp48 int FindThreadInWorkGroup(WorkGroup *workGroup, int tid) in FindThreadInWorkGroup() argument
62 bool InsertThreadInWorkGroup(WorkGroup *workGroup, int tid) in InsertThreadInWorkGroup() argument
107 bool LeaveRSWorkGroup(int tid) in LeaveRSWorkGroup() argument
122 JoinRSWorkGroup(int tid) JoinRSWorkGroup() argument
160 JoinWG(int tid) JoinWG() argument
182 LeaveWG(int tid) LeaveWG() argument
287 WorkgroupJoin(struct WorkGroup* wg, int tid) WorkgroupJoin() argument
[all...]
H A Dexecute_ctx.h95 pid_t tid; member
H A Dtask_client_adapter.h32 int tid; member
175 static int AddThreadToRtgAdapter(int tid, int grpId, int prioType = 0) in AddThreadToRtgAdapter() argument
/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp85 int tid = gettid(); in SetRssQos() local
/foundation/resourceschedule/qos_manager/test/unittest/phone/
H A Dconcurrent_task_controller_test.cpp236 int tid = gettid(); in HWTEST_F() local
285 int tid = 45; HWTEST_F() local
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/process_group/src/
H A Dcgroup_controller.cpp82 bool CgroupController::SetThreadSchedPolicy(int tid, SchedPolicy policy, bool isSetThreadGroup) in SetThreadSchedPolicy() argument
96 bool CgroupController::AddTidToCgroup(int tid, int fd) in AddTidToCgroup() argument
116 bool CgroupController::GetTaskGroup(int tid, std::string& subgroup) in GetTaskGroup() argument
H A Dprocess_group_util.cpp102 bool ReadFileToStringForVFSFromExecutor(int tid, std::string& content) in ReadFileToStringForVFSFromExecutor() argument
H A Dcgroup_map.cpp41 bool CgroupMap::SetThreadSchedPolicy(int tid, SchedPolicy policy, bool isThreadGroup) in SetThreadSchedPolicy() argument
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp187 bool ResSchedUtils::CheckTidIsInPid(int32_t pid, int32_t tid) in CheckTidIsInPid() argument
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
H A Dres_sched_exe_mgr.cpp159 int tid; in HandleRequestForCgroup() local
233 int tid = payload["tid"]; in CheckProcTaskForCgroup() local
[all...]
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_core.cpp274 pthread_t tid = ffrt_task_get_tid(task); in HWTEST_F() local
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/
H A Dsocperf_client.cpp98 int32_t tid = gettid(); in AddPidAndTidInfo() local
/foundation/communication/dsoftbus/sdk/frame/small/src/
H A Dsoftbus_client_stub.c176 SoftBusThread tid; in StartDeathProcTask() local
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_module_manage.c144 pthread_t tid; in StartModuleInternal() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c35 pid_t tid; member
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_config.c54 pid_t tid = gettid(); in SetTidToBindInfo() local
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.c76 void BindThreadToTargetMask(pid_t tid, uint32_t cpuMask) in BindThreadToTargetMask() argument
126 int32_t PthreadCreate(pthread_t *tid, const pthread_attr_t *attr, void *(*entry)(void *), void *arg) in PthreadCreate() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsetjmpndk.cpp95 pthread_t tid = PARAM_0; in SigLongJmp() local
/test/xts/acts/communication_lite/dsoftbus_hal/src/
H A Ddiscovery_service_test.c142 pthread_t tid; in ThreadCreateTest() local

Completed in 16 milliseconds

1...<<11121314151617181920>>...23