LUMIERA.clone/tests/library
Christian Thaeter 062dbfe82f Merge commit '99b5f8'
* commit '99b5f8':
  adapt the Sync template
  Add reccondition to threads, make its functionality complete
  fix some includes for new mutex/recmutex headers
  weed out reccondition bugs/typos
  New condition and reccondition implementation
  split mutex.h again into mutex.h and recmutex.h
  typo fix in mutex.h
  rename casing of RecMutex to Recmutex to be consistent
  store lumiera_rwlock in sectionlock
  store a lumiera_mutex in a sectionlock, looks cleaner
  add check to chained locking validating that the parent lock is held
  rwlock makeover, locksections etc...
  error code changed to LOCK_DESTROY
  fix: forgotten backcasts in mutex.h
  new mutex and recmutex implementation (breaks sync.hpp for now)
2009-06-03 20:20:41 +02:00
..
test-error.c Add a context string to the error system 2009-01-13 21:23:37 +01:00
test-llist.c FIX: put a note to list_relocate, add test 2008-09-06 12:07:38 +02:00
test-locking.c Add reccondition to threads, make its functionality complete 2009-06-03 18:22:11 +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 kill some warnings 2008-12-26 23:17:51 +01:00
test-resourcecollector.c Moved the resourcecollector from backend to lib 2008-12-24 00:26:32 +01:00
test-safeclib.c add a translation function to tmpbuf 2008-08-10 12:19:08 +02:00
test-slist.c Cyclic L1-list. Implements almost the same set of operations as for L2-list 2009-06-03 18:12:35 +04:00