Miosix
2.0alpha1
|
#include <kernel.h>
Inherits binary_function< Thread *, Thread *, bool >.
Public Member Functions | |
bool | operator() (Thread *a, Thread *b) |
Function object to compare the priority of two threads.
a | first thread to compare |
b | second thread to compare |
Can be called when the kernel is paused. or with interrupts disabled