Searched refs:IsPosted (Results 1 – 2 of 2) sorted by relevance
/openthread-2.7.6/src/core/common/ | ||
D | tasklet.cpp | 43 if (!IsPosted()) in Post() |
D | tasklet.hpp | 143 bool IsPosted(void) const { return (mNext != nullptr); } in IsPosted() function in ot::Tasklet |