
#include <queueing.h>

Data Fields | |
| struct deq_struct | data |
| struct prioqelt_struct * | ht_next |
| Pointer to next bucket in hash table. | |
| struct prioqelt_struct ** | ht_handle |
| Pointer to pointer that points to me (!). | |
| struct prio_struct | pri |
| struct prioqelt_struct * | ht_left |
| Pointer to left bucket in hash table. | |
| struct prioqelt_struct * | ht_right |
| Pointer to right bucket in hash table. | |
| struct prioqelt_struct * | ht_parent |
| Pointer to the parent bucket in the hash table. | |
| struct prioqelt_struct ** | ht_handle |
| Pointer to pointer in the hashtable that points to me (!). | |
Definition at line 61 of file queueing.h.
struct deq_struct prioqelt_struct::data [read] |
Definition at line 63 of file queueing.h.
Referenced by CqsEnumeratePrioq(), CqsFindRemoveSpecificPrioq(), CqsPrioqDequeue(), CqsPrioqGetDeq(), and CqsRemoveSpecificPrioq().
struct prioqelt_struct* prioqelt_struct::ht_next [read] |
Pointer to next bucket in hash table.
Definition at line 64 of file queueing.h.
Referenced by CqsPrioqDequeue(), CqsPrioqGetDeq(), and CqsPrioqRehash().
struct prioqelt_struct** prioqelt_struct::ht_handle [read] |
Pointer to pointer that points to me (!).
Definition at line 65 of file queueing.h.
Referenced by CqsPrioqDequeue(), CqsPrioqGetDeq(), and CqsPrioqRehash().
struct prio_struct prioqelt_struct::pri [read] |
Definition at line 66 of file queueing.h.
Referenced by CqsGetPriority(), CqsPrioqDequeue(), CqsPrioqGetDeq(), and CqsPrioqRehash().
struct prioqelt_struct* prioqelt_struct::ht_left [read] |
Pointer to left bucket in hash table.
Definition at line 73 of file queueing.h.
Referenced by CqsPrioqDequeue(), and CqsPrioqGetDeq().
struct prioqelt_struct* prioqelt_struct::ht_right [read] |
Pointer to right bucket in hash table.
Definition at line 74 of file queueing.h.
Referenced by CqsPrioqDequeue(), and CqsPrioqGetDeq().
struct prioqelt_struct* prioqelt_struct::ht_parent [read] |
Pointer to the parent bucket in the hash table.
Definition at line 75 of file queueing.h.
Referenced by CqsPrioqDequeue(), and CqsPrioqGetDeq().
struct prioqelt_struct** prioqelt_struct::ht_handle [read] |
Pointer to pointer in the hashtable that points to me (!).
Definition at line 76 of file queueing.h.
1.5.5