
test_guard

test_guard tests ACE_Guard<ACE_Local_Mutex> with both local and global
proxies.  "Local proxies" mean that each thread uses its own proxy
(but same logical token.)  "Global proxy" means that all threads
access the same proxy (and, of course, the same logical token.)

test_Local_Mutex can take the number of threads to run from the
command-line as well as some other cool arguments.  Thus, to run the
test with one thread, type:

% ./test_guard

To run the test with 10 threads, type:

% ./test_guard -t 10

To see the other options, type:

% ./test_guard -u

