35 #ifndef OPENTHREAD_TASKLET_H_ 36 #define OPENTHREAD_TASKLET_H_ 88 #endif // OPENTHREAD_TASKLET_H_ This type represents all the static / global variables used by OpenThread allocated in one place...
Definition: openthread-instance.h:59
This file defines the types and structures used in the OpenThread library API.
void otTaskletsProcess(otInstance *aInstance)
Run all queued OpenThread tasklets at the time this is called.
Definition: tasklet_api.cpp:46
void otTaskletsSignalPending(otInstance *aInstance)
OpenThread calls this function when the tasklet queue transitions from empty to non-empty.
Definition: tasklet_api.cpp:68
bool otTaskletsArePending(otInstance *aInstance)
Indicates whether or not OpenThread has tasklets pending.
Definition: tasklet_api.cpp:56