Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
void OSSched (void)

File

Called from

Code enabled by

os_core.c

Task only

N/A

OSSched() allows a task to call the scheduler. You would use this function after doing a series of “posts” where you specified OS_OPT_POST_NO_SCHED as a post option.

...