Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / performance-tests / Synch-Benchmarks / context.csh
blob867611f07e1e8b8b36d6c9fb95d9c57ff6d5e3ad
1 #/bin/csh -f
2 time ./context 0 0 0 0 0
3 time ./context 0 0 0 0 2
4 time ./context 0 0 0 0 3
6 time ./context 1 0 1 0 0
7 time ./context 1 0 1 0 2
8 time ./context 1 0 1 0 3
10 time ./context 0 1 0 1 0
11 time ./context 0 1 0 1 2
12 time ./context 0 1 0 1 3
14 time ./context 1 1 1 1 0
15 time ./context 1 1 1 1 2
16 time ./context 1 1 1 1 3