#include <SPL/Runtime/Utility/BackoffSpinner.h>
Public Types |
|
enum | AvoidYieldBehaviour { Auto, No, Yes } |
Public Member Functions |
|
BackoffSpinner () | |
void | wait () |
Static Public Member Functions |
|
static void | pause (uint32_t count) |
static void | setYieldBehaviour (const AvoidYieldBehaviour b) |
static AvoidYieldBehaviour | getYieldBehaviour () |
Return the yield behavior that has been set. More... |
|
|
inline |
|
inline |
|
inlinestatic |
|
static |
Should we avoid calling sched_yield?
b | desired behaviour |
|
static |
Return the yield behavior that has been set.