ESP-IDF
ot::Tasklet::Scheduler::AreTaskletsPending() const
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ot::Tasklet::Scheduler::AreTaskletsPending() const
ot::Tasklet::Scheduler::AreTaskletsPending() const method
Indicates whether or not there are tasklets pending.
Syntax
Show:
Summary
Declaration
from
tasklet.hpp:85
bool
AreTaskletsPending
(
void
)
const
;
Return value
TRUE If there are tasklets pending. FALSE If there are no tasklets pending.
Examples
References
from
examples
Code
Location
bool
AreTaskletsPending
(
void
)
const
{
return
mTail
!=
nullptr
;
}
tasklet.hpp:85
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ot::Tasklet::Scheduler::AreTaskletsPending() const
reads 1 variable:
ot::Tasklet::Scheduler::mTail
All items filtered out
ot::Tasklet::Scheduler::AreTaskletsPending() const
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out