|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
This is the complete list of members for idfxx::task::self, including all inherited members.
| idf_handle() const noexcept | idfxx::task::self | |
| is_detached() const noexcept | idfxx::task::self | |
| name() const | idfxx::task::self | |
| operator=(const self &)=delete | idfxx::task::self | |
| priority() const noexcept | idfxx::task::self | |
| self(const self &)=delete | idfxx::task::self | |
| set_priority(unsigned int new_priority) noexcept | idfxx::task::self | |
| stack_high_water_mark() const noexcept | idfxx::task::self | |
| stop_requested() const noexcept | idfxx::task::self | |
| suspend() noexcept | idfxx::task::self | |
| take() noexcept | idfxx::task::self | |
| take_for(const std::chrono::duration< Rep, Period > &timeout) noexcept | idfxx::task::self | inline |
| take_until(const std::chrono::time_point< Clock, Duration > &deadline) noexcept | idfxx::task::self | inline |
| task | idfxx::task::self | friend |
| wait() noexcept | idfxx::task::self | |
| wait_for(const std::chrono::duration< Rep, Period > &timeout) noexcept | idfxx::task::self | inline |
| wait_until(const std::chrono::time_point< Clock, Duration > &deadline) noexcept | idfxx::task::self | inline |