Tasklets
This module includes functions that control the Thread stack's execution.
Summary
Functions |
|
---|---|
otTaskletsArePending(otInstance *aInstance)
|
bool
Indicates whether or not OpenThread has tasklets pending.
|
otTaskletsProcess(otInstance *aInstance)
|
void
Run all queued OpenThread tasklets at the time this is called.
|
otTaskletsSignalPending(otInstance *aInstance)
|
void
OpenThread calls this function when the tasklet queue transitions from empty to non-empty.
|
Functions
otTaskletsArePending
bool otTaskletsArePending( otInstance *aInstance )
Indicates whether or not OpenThread has tasklets pending.
Details | |||||
---|---|---|---|---|---|
Parameters |
|
||||
Return Values |
|
otTaskletsProcess
void otTaskletsProcess( otInstance *aInstance )
Run all queued OpenThread tasklets at the time this is called.
Details | |||
---|---|---|---|
Parameters |
|
otTaskletsSignalPending
void otTaskletsSignalPending( otInstance *aInstance )
OpenThread calls this function when the tasklet queue transitions from empty to non-empty.
Details | |||
---|---|---|---|
Parameters |
|
Resources
OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.