Home
last modified time | relevance | path

Searched refs:otSysMainloopPoll (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/platform/include/openthread/
Dopenthread-system.h176 int otSysMainloopPoll(otSysMainloopContext *aMainloop);
/openthread-latest/src/posix/
Dmain.c408 if (otSysMainloopPoll(&mainloop) >= 0) in main()
/openthread-latest/src/posix/platform/
Dsystem.cpp426 int otSysMainloopPoll(otSysMainloopContext *aMainloop) in otSysMainloopPoll() function