Variable Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
R
 readers, rwlock_t
 realuser, sysuser_t
 returncode
 ri
 right
 root
 rootidxshift, arraystf_t
 running, syncrun_t
struct { struct slist_node_t * last ; } readers
Points to last entry in list of waiting readers.
sysuser_id_t realuser
Contains user which started the process.
int returncode
Either the exit number or signal number.
int returncode
Contains the return value of main_task.
unsigned ri
Index into arraysf_t.root.
unsigned ri
Index into arraystf_t.root.
lrptree_node_t * right
Points to right subtree.
lrtree_node_t * right
Points to right subtree.
patriciatrie_node_t * right
Follow right pointer if testet bit at bit_offset is 1.
union arraysf_unode_t * root[/*toplevelsize*/]
Points to top level nodes.
union arraystf_unode_t * root[/*toplevelsize*/]
Points to top level nodes.
void * root
Points to root memory block.
redblacktree_node_t * root
Points to the root object which has no parent.
splaytree_node_t * root
Points to the root object which has no parent.
uint32_t rootidxshift:8
Nr of bits to shift right before root key is used to access root.
struct { struct syncevent_t * laststarted ; struct syncthread_t * thread ; uint8_t state ; } running
Stores information of the current thread and its running state.
Close