5 test_mutex tests ACE_Local_Mutex and ACE_Remote_Mutex with both local
6 and global proxies. "Local proxies" mean that each thread uses its
7 own proxy (but same logical token.) "Global proxy" means that all
8 threads access the same proxy (and, of course, the same logical
11 test_mutex can take the number of threads to run from the
12 command-line. Thus, to run the test with one thread and local
17 To run the test with 10 threads and local mutexes, type:
21 To run the test with 10 threads and remote mutexes, type:
23 % ./test_mutex -t 10 -r