xPortCanYield() function
Checks if the current core can yield - A core cannot yield if its in an ISR or in a critical section
Return value
true Core can yield false Core cannot yield
Notes
[refactor-todo] See if this can be separated from port macro
Examples
xPortCanYield() is referenced by 1 libraries and example projects: