fiber
Loading...
Searching...
No Matches
fiber::SoftPeriodicTask Member List

This is the complete list of members for fiber::SoftPeriodicTask, including all inherited members.

_deadlinefiber::SoftPeriodicTask
_deadline_priorityfiber::TaskBasestatic
_execution_startfiber::TaskBase
_frame_allocatorfiber::TaskBase
_idfiber::TaskBase
_immediatelly_readyfiber::TaskBase
_instant_resumefiber::TaskBase
_leaf_awaitable_objfiber::TaskBase
_leaf_awaitable_ready_funcfiber::TaskBase
_leaf_coroutinefiber::TaskBase
_main_coroutinefiber::TaskBase
_offsetfiber::SoftPeriodicTask
_periodfiber::SoftPeriodicTask
_prev_executionfiber::SoftPeriodicTask
_priorityfiber::TaskBase
_schedulefiber::TaskBase
_signalfiber::TaskBase
_task_namefiber::TaskBase
allocated_frame_size() constfiber::TaskBaseinline
await_ready() const noexceptfiber::TaskBaseinline
await_resume()fiber::TaskBase
deadline() constfiber::TaskBaseinline
destroy()fiber::TaskBaseinline
exit_status()fiber::TaskBase
get_signal()fiber::TaskBaseinline
handle_exception(std::exception_ptr except_ptr)fiber::TaskBase
id() constfiber::TaskBaseinline
immediatelly_ready() constfiber::TaskBaseinline
is_awaiting() constfiber::TaskBaseinline
is_deadline_based() constfiber::TaskBaseinline
is_done() constfiber::TaskBaseinline
is_priority_based() constfiber::TaskBaseinline
is_resumable() constfiber::TaskBase
max_allocated_frame_size() constfiber::TaskBaseinline
max_frame_size() constfiber::TaskBaseinline
missed_deadline(fiber::Duration d)fiber::TaskBaseinlinevirtual
name() constfiber::TaskBaseinline
fiber::Task::next_schedule(Schedule previous_schedule, ExecutionTime previous_execution)fiber::TaskBaseinlinevirtual
operator=(const TaskBase &)=deletefiber::TaskBase
operator=(TaskBase &&other) noexceptfiber::TaskBaseinline
priority() constfiber::TaskBaseinline
ready_time() constfiber::TaskBaseinline
register_leaf(CoroutineNode *leaf) noexceptfiber::TaskBaseinline
register_leaf(const T *obj, bool(*func)(const T *obj)) noexceptfiber::TaskBaseinline
resume()fiber::TaskBase
signal(const CoSignal &signal)fiber::TaskBaseinline
Task(std::string_view task_name, uint16_t priority, F &&function, Args &&... args)fiber::Task< frame_size >inline
Task(std::string_view task_name, uint16_t priority, TimePoint ready, F &&function, Args &&... args)fiber::Task< frame_size >inline
Task(std::string_view task_name, TimePoint ready, TimePoint deadline, F &&function, Args &&... args)fiber::Task< frame_size >inline
Task(std::string_view task_name, TimePoint ready, Duration deadline, F &&function, Args &&... args)fiber::Task< frame_size >inline
TaskBase()=defaultfiber::TaskBase
TaskBase(const TaskBase &)=deletefiber::TaskBase
TaskBase(TaskBase &&other) noexceptfiber::TaskBaseinline
TaskBase(std::string_view task_name, fiber::StackAllocatorExtern *frame_allocator, F &&function, Args &&... args)fiber::TaskBaseinline
TaskBase(std::string_view task_name, uint16_t priority, fiber::StackAllocatorExtern *frame_allocator, F &&function, Args &&... args)fiber::TaskBaseinline
TaskBase(std::string_view task_name, TimePoint ready, fiber::StackAllocatorExtern *frame_allocator, F &&function, Args &&... args)fiber::TaskBaseinline
TaskBase(std::string_view task_name, TimePoint ready, TimePoint deadline, fiber::StackAllocatorExtern *frame_allocator, F &&function, Args &&... args)fiber::TaskBaseinline
TaskBase(std::string_view task_name, TimePoint ready, Duration deadline, fiber::StackAllocatorExtern *frame_allocator, F &&function, Args &&... args)fiber::TaskBaseinline
~TaskBase()fiber::TaskBaseinlinevirtual