Define APEX_INIT_BIT_SCHED_FIFO
Defined in File apexdef.h
Define Documentation
-
APEX_INIT_BIT_SCHED_FIFO
Use SCHED_FIFO scheduling in POSIX OS. This flag is overridden by APEX_INIT_BIT_SCHED_RR: when both flags being used, APEX_INIT_BIT_SCHED_RR is assumed. If no flag was set, SCHED_OTHER scheduler is used. See https://en.wikipedia.org/wiki/Scheduling_(computing)#First_come,_first_served.