Class 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
P
 pagecache_block_t
 pagecache_blockmap_t
 pagecache_impl_t
 pagecache_it
 pagecache_t
 patriciatrie_iterator_t
 patriciatrie_node_t
 patriciatrie_prefixiter_t
 patriciatrie_t
 pixelbuffer_t
 platform_t
 process_result_t
 process_stdio_t
 process_t
 processcontext_t
 ptr_t
 ptrblock_t
Q
 queue_iterator_t
 queue_page_t
 queue_t
R
 redblacktree_iterator_t
 redblacktree_t
 resourceusage_t
 run2queue_entry_t
 rwlock_t
S
 semaphore_t
 sha1_hash_t
 signalhandler_t
 signalrt_t
 signalstate_t
 signalwait_t
 slist_iterator_t
 slist_node_t
 slist_t
 splaytree_iterator_t
 splaytree_t
 splitstring_t
 staticpage_t
 string_field_t
 string_t
 stringstream_t
 suffixtree_addstate_t
 suffixtree_iterator_t
 suffixtree_leaf_t
 suffixtree_node_t
 suffixtree_pos_t
 suffixtree_t
 suffixtreeiterator_adapter_it
 surface_t
 syncevent_t
 syncqueue_t
 syncrun_t
 syncthread_t
 syncwait_t
 syncwlist_iterator_t
 syncwlist_t
 sysclock_t
 sysuser_id_t
 sysuser_info_t
 sysuser_t
struct pagecache_block_t
Stores information about a block of memory pages.
struct pagecache_blockmap_t
A simple shared hash map which maps an index pagecache_block_t.
struct pagecache_impl_t
Allocates and frees virtual memory pages and caches them.
struct pagecache_it
Interface which allows to allocate and relase pages of memory.
iobj_DECLARE(pagecache_t,
pagecache)
Uses iobj_DECLARE to declare interfaceable object.
struct patriciatrie_iterator_t
Iterates over elements contained in patriciatrie_t.
struct patriciatrie_node_t
Management overhead of objects which wants to be stored in a patriciatrie_t.
struct patriciatrie_prefixiter_t
Iterates over elements contained in patriciatrie_t.
struct patriciatrie_t
Implements a trie with path compression.
struct pixelbuffer_t
Wraps a native OpenGL off-screen pixel buffer.
struct platform_t
Dummy type which represents the operating system platform.
struct process_result_t
Holds result of terminated process.
struct process_stdio_t
The process standard io channel redirections.
typedef sys_process_t process_t
Represents system specific process.
struct processcontext_t
Defines computing environment / context which is shared between all threads of computation.
typedef void * ptr_t
Defines generic pointer type which points to data in memory.
struct ptrblock_t
A memory block which contains pointers to other ptrblock_t or datablock_t.
struct queue_iterator_t
Iterates over elements contained in queue_t.
struct queue_page_t
Internal type used as header for memory pages.
struct queue_t
Supports stacking of objects in FIFO or LIFO order at the same time.
struct redblacktree_iterator_t
Iterates over elements contained in redblacktree_t.
struct redblacktree_t
Object which carries all information to implement a red black tree data type.
struct resourceusage_t
Stores the number of resources currently in use.
struct run2queue_entry_t
Contains a single syncthread_t and its corresponding exitevent.
struct rwlock_t
Protect a data structure from access of threads of a single process.
struct semaphore_t
Describes a system semaphore used between threads.
struct sha1_hash_t
Stores the data needed to calculate SHA1 hash from binary data.
struct signalhandler_t
Stores signal handler for the whole process.
Supports real time signal numbers.
struct signalstate_t
Stores current state of all signal handlers and the signal mask.
typedef sys_iochannel_t signalwait_t
Manages a set of signals which can be waited on for a read event.
struct slist_iterator_t
Iterates over elements contained in slist_t.
struct slist_node_t
Provides the means for linking an object to another of the same type.
struct slist_t
Points to last object in a list of objects.
struct splaytree_iterator_t
Iterates over elements contained in splaytree_t.
struct splaytree_t
Implements a splay tree index.
struct splitstring_t
Stores two contiguous sub strings.
struct staticpage_t
Header of last allocated static memory page.
struct string_field_t
struct string_t
Points to memory which contains a constant string.
struct stringstream_t
This objects streams a string of bytes byte-by-byte.
struct suffixtree_addstate_t
Holds the position in suffixtree_t and the next character to be added.
struct suffixtree_iterator_t
Stores position in suffixtree_t which has to be visited next.
struct suffixtree_leaf_t
A node in suffixtree_t which has no childs.
struct suffixtree_node_t
A node in suffixtree_t which has childs.
struct suffixtree_pos_t
Describes a position in suffixtree_t.
struct suffixtree_t
A suffix tree contains a set of connected nodes and a reference to the input text.
Defines typeadapt_t to manage memory of suffixtree_iterator_t.
struct surface_t
Wraps a native OpenGL surface (frame buffer).
struct syncevent_t
Event type stores a pointer to a single waiting syncwait_t.
struct syncqueue_t
Internal type to store zero or more syncthread_t + additional information.
struct syncrun_t
Manages a set of syncthread_t.
struct syncthread_t
A simple function context which is executed in a cooperative way.
struct syncwait_t
Describes a syncthread_t waiting for a syncevent_t.
struct syncwlist_iterator_t
Offers iteration over content of syncwlist_t.
struct syncwlist_t
Implements a double linked list of syncevent_t and stores them in a syncqueue_t.
struct sysclock_t
Interface to hardware system clock.
typedef sys_userid_t sysuser_id_t
This type is an alias of sys_userid_t.
struct sysuser_info_t
Stores information about a sysuser_t.
struct sysuser_t
Offers functionality to manage system user.
Close