Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
c-lib Directory Reference
+ Directory dependency graph for c-lib:

Files

 test-errorstate.c
 C unit test to cover basic error handling in C code We manage an errorstate variable in thread local storage, which allows to set an global error state per thread.
 
 test-llist.c
 C unit test to cover a linked list library implementation.
 
 test-locking.c
 C unit test to cover convenience setup for POSIX locking primitives These convenience macros are intended for use in low-level C code, where minimal and precise locking is relevant for performance reasons.
 
 test-luid.c
 C unit test to cover generation of Lumiera Uniform Identifier hashes.
 
 test-psplay.c
 C unit test to cover a probabilistic splay tree library implementation.
 
 test-safeclib.c
 C unit test to cover size checked C operations.