
This directory contains a set of tests for the ACE Tokens library.

./test_guard/

  Simple app for testing ACE_Guard<ACE_Local_Mutex>.

./test_local_mutex/

  Runs a few tests on ACE_Local_Mutex.  Tests recursive acquisition
  and global vs local proxies.

./test_rw_locks/

  Multi-threaded app for testing ACE_Local_RLock and ACE_Local_WLocks.

./deadlock_detection_test/

  Tests the deadlock detection algorithm of the token manager using
  ACE_Local_Mutex.