RTEMS CPU Kit with SuperCore
4.11.3
|
Thread Queue Initialize. More...
#include <rtems/score/threadqimpl.h>
#include <rtems/score/rbtreeimpl.h>
#include <rtems/score/threadimpl.h>
Functions | |
RBTree_Compare_result | _Thread_queue_Compare_priority (const RBTree_Node *left, const RBTree_Node *right) |
Compare two thread's priority for RBTree Insertion. More... | |
void | _Thread_queue_Initialize (Thread_queue_Control *the_thread_queue, Thread_queue_Disciplines the_discipline) |
Initialize the_thread_queue. More... | |
Thread Queue Initialize.