|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::task, including all inherited members.
| current_handle() noexcept | idfxx::task | inlinestatic |
| current_name() | idfxx::task | inlinestatic |
| detach() | idfxx::task | inline |
| idf_handle() const noexcept | idfxx::task | inline |
| is_completed() const noexcept | idfxx::task | |
| join() | idfxx::task | inline |
| join(const std::chrono::duration< Rep, Period > &timeout) | idfxx::task | inline |
| join_until(const std::chrono::time_point< Clock, Duration > &deadline) | idfxx::task | inline |
| joinable() const noexcept | idfxx::task | inline |
| kill() | idfxx::task | inline |
| make(config cfg, std::move_only_function< void(self &)> task_func) | idfxx::task | static |
| make(config cfg, void(*task_func)(self &, void *), void *arg) | idfxx::task | static |
| name() const noexcept | idfxx::task | inline |
| notify() | idfxx::task | inline |
| notify_from_isr() noexcept | idfxx::task | |
| operator=(const task &)=delete | idfxx::task | |
| operator=(task &&)=delete | idfxx::task | |
| priority() const noexcept | idfxx::task | |
| request_stop() noexcept | idfxx::task | |
| resume() | idfxx::task | inline |
| resume_from_isr() noexcept | idfxx::task | |
| set_priority(unsigned int new_priority) | idfxx::task | inline |
| spawn(config cfg, std::move_only_function< void(self &)> task_func) | idfxx::task | inlinestatic |
| spawn(config cfg, void(*task_func)(self &, void *), void *arg) | idfxx::task | inlinestatic |
| stack_high_water_mark() const noexcept | idfxx::task | |
| stop_requested() const noexcept | idfxx::task | |
| suspend() | idfxx::task | inline |
| task(const config &cfg, std::move_only_function< void(self &)> task_func) | idfxx::task | explicit |
| task(const config &cfg, void(*task_func)(self &, void *), void *arg) | idfxx::task | explicit |
| task(const task &)=delete | idfxx::task | |
| task(task &&)=delete | idfxx::task | |
| try_detach() | idfxx::task | |
| try_join() | idfxx::task | |
| try_join(const std::chrono::duration< Rep, Period > &timeout) | idfxx::task | inline |
| try_join_until(const std::chrono::time_point< Clock, Duration > &deadline) | idfxx::task | inline |
| try_kill() | idfxx::task | |
| try_notify() | idfxx::task | |
| try_resume() | idfxx::task | |
| try_set_priority(unsigned int new_priority) | idfxx::task | |
| try_spawn(config cfg, std::move_only_function< void(self &)> task_func) | idfxx::task | static |
| try_spawn(config cfg, void(*task_func)(self &, void *), void *arg) | idfxx::task | static |
| try_suspend() | idfxx::task | |
| ~task() | idfxx::task |