R | |
readers, rwlock_t | |
realuser, sysuser_t | |
returncode | |
ri | |
right | |
root | |
rootidxshift, arraystf_t | |
running, syncrun_t |
Points to last entry in list of waiting readers.
struct { struct slist_node_t * last ; } readers
Contains user which started the process.
sysuser_id_t realuser
Either the exit number or signal number.
int returncode
Contains the return value of main_task.
int returncode
Index into arraysf_t.root.
unsigned ri
Index into arraystf_t.root.
unsigned ri
Points to right subtree.
lrptree_node_t * right
Points to right subtree.
lrtree_node_t * right
Follow right pointer if testet bit at bit_offset is 1.
patriciatrie_node_t * right
Points to top level nodes.
union arraysf_unode_t * root[/*toplevelsize*/]
Points to top level nodes.
union arraystf_unode_t * root[/*toplevelsize*/]
Points to root memory block.
void * root
Points to the root object which has no parent.
redblacktree_node_t * root
Points to the root object which has no parent.
splaytree_node_t * root
Nr of bits to shift right before root key is used to access root.
uint32_t rootidxshift:8
Stores information of the current thread and its running state.
struct { struct syncevent_t * laststarted ; struct syncthread_t * thread ; uint8_t state ; } running