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
T
 tabidx, decimal_frombigint_state_t
 tablevalues, csvfilereader_t
 textlist, textresource_t
 thread, syncwait_t
 thread_id, threadcontext_t
 threadcontext, pagecache_block_t
 timercount, test_errortimer_t
 tls_addr, thread_t
 toplevelsize
 total_count, vm_mappedregions_t
 typeadp, typeadapt_member_t
U
 unreadsize, filereader_t
 used
 usedpagecount, pagecache_block_t
 usedsize, blockheader_t
 uservalue, trie_nodedata_t
V
 val, string_field_t
 val32, ioevent_id_t
 val64, ioevent_id_t
 value, crc32_t
 valuecache, processcontext_t
 virtualmemory_usage, resourceusage_t
W
 waitinfo, syncrun_t
 wakeup, syncrun_t
 wakeup_list, syncrun_t
 width_in_pixel, x11videomode_t
 writer, rwlock_t
 writers, rwlock_t
X
 xdbe, x11display_t
 xrandr, x11display_t
 xrender, x11display_t
unsigned tabidx
References a divisor in s_decimal_powbase.
struct string_t * tablevalues/*[nrrows][nrcolumns]*/
Table of strings indexing memory mapped file.
slist_t textlist
Contains list of textresource_text_t.
syncthread_t thread
Stores the syncthread_t which is waiting.
size_t thread_id
Identification number which is incremented every time a thread is created.
threadcontext_t * threadcontext
Thread which allocated the memory block.
uint32_t timercount
The number of times process_testerrortimer returns success.
uint8_t * tls_addr
Contains start address of thread local storage.
uint32_t toplevelsize:24
The size of array root.
uint32_t toplevelsize:24
The size of array root.
size_t total_count
Number of stored elements of type vm_region_t.
typeadapt_t * typeadp
Pointer to typeadapt_t.
size_t unreadsize
The size of buffered data for which readnext_filereader is not called.
uint8_t used
The number of entries in child which are not 0.
uint8_t used
The number of entries in child which are not 0.
uint16_t usedpagecount
Counts the number of allocated pages in use.
uint32_t usedsize
The size of pushed objects stored in this block.
void * uservalue
Start of ptr-aligned data.
Type of the string field.
uint32_t val32
Allows to store the id value as 32 bit integer type.
uint64_t val64
Allows to store the id value as 64 bit integer type.
uint32_t value
The crc32 value calculated from a sequence of bytes.
struct valuecache_t * valuecache
Points to global read only variables.
struct vm_mappedregions_t * virtualmemory_usage
Layout of virtual memory.
struct { struct syncwlist_t * wlist ; struct syncevent_t * event ; void * continuelabel ; } waitinfo
Stores waiting information of the running thread if its state is changed to syncrun_state_WAIT.
struct { void * continuelabel ; int retcode ; } wakeup
Stores information used during wakeup of a thread which waited for an event.
syncwlist_t wakeup_list
List of syncevent_t.
uint32_t width_in_pixel
Pixel size in horizontal direction.
struct thread_t * writer
The thread which holds entrylock.
struct { struct slist_node_t * last ; } writers
Points to last entry in list of waiting writers.
x11extension_t xdbe
Check isSupported whether »Double Buffer extension« is supported.
x11extension_t xrandr
Check isSupported whether »X Resize, Rotate and Reflection extension« is supported.
x11extension_t xrender
Check isSupported whether »X Rendering Extension « is supported.
Close