Home
last modified time | relevance | path

Searched defs:timerFd (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/device/base/src/
Dschedule_task_manager.cpp65 int32_t timerFd = timerfd_create(CLOCK_MONOTONIC, TFD_NONBLOCK); in ScheduleTask() local
106 bool ScheduleTaskManager::UnscheduleTask(const int32_t timerFd) in UnscheduleTask()
111 bool ScheduleTaskManager::DeleteTask(const int32_t timerFd) in DeleteTask()
/developtools/profiler/device/plugins/api/src/
Dplugin_manager.cpp319 … int32_t timerFd = scheduleTaskManager_.ScheduleTask(callback, config[idx].sample_interval()); in StartPluginSession() local
335 … int32_t timerFd = scheduleTaskManager_.ScheduleTask(callback, config[idx].sample_interval()); in StartPluginSession() local
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
Dnative_memory_profiler_sa_service.cpp337 int32_t timerFd = g_scheduleTaskManager.ScheduleTask( in StartHookLock() local
583 int32_t timerFd = g_scheduleTaskManager.ScheduleTask( in DelayedShutdown() local
/developtools/profiler/device/plugins/native_daemon/src/
Dstack_preprocess.cpp165 int32_t timerFd = scheduleTaskManager_.ScheduleTask( in StopTakeResults() local