LUMIERA.clone/tests/library
Christian Thaeter ed246ab222 Adding recursive mutexes, fix chained mutex to take only one parameter
Recursive mutex can be locked multiple times by a single thread they
are initialitzed by lumiera_recmutex_init() and used by LUMIERA_RECMUTEX_*
macros.

Chained mutex use the mutexacquirer from the outer scope now. Maybe its
later needed to pass acquirers explicit, we will see.
2008-10-15 15:49:35 +02:00
..
test-llist.c FIX: put a note to list_relocate, add test 2008-09-06 12:07:38 +02:00
test-locking.c Adding recursive mutexes, fix chained mutex to take only one parameter 2008-10-15 15:49:35 +02:00
test-luid.c FIX: luid tests, forgotten to rename uuid to luid 2008-09-07 03:41:37 +02:00
test-psplay.c Probabilistic Splay Tree implementation 2008-09-06 12:22:43 +02:00
test-safeclib.c add a translation function to tmpbuf 2008-08-10 12:19:08 +02:00