Home
last modified time | relevance | path

Searched refs:once (Results 1 - 4 of 4) sorted by relevance

/developtools/profiler/device/base/include/
H A Dschedule_task_manager.h39 * @param interval Indicates the interval time, measured in milliseconds. If the 'once' parameter is set to false,
40 * an 'interval' of 0 means the task will execute immediately once and not repeat thereafter. If the 'once'
42 * @param once Indicates whether to execute the task only once.
47 int32_t ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once = false,
/developtools/profiler/device/base/src/
H A Dschedule_task_manager.cpp63 int32_t ScheduleTaskManager::ScheduleTask(const std::function<void(void)>& callback, const uint64_t interval, bool once, in ScheduleTask() argument
74 if (once) { in ScheduleTask()
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
H A Dsteps_gitee.go110 var once sync.Once var
114 once.Do(func() {
/developtools/profiler/tools/smaps_show/src/
H A Dmain.rs240 .chain(std::iter::once(file_context.len())) in read_smaps()

Completed in 2 milliseconds