commit | 7cd5f250e50c2c4b59640920db6209e1114ec909 | [log] [tgz] |
---|---|---|
author | Darren Hart <dvhltc@us.ibm.com> | Mon Nov 30 15:22:38 2009 -0800 |
committer | Darren Hart <dvhltc@us.ibm.com> | Mon Nov 30 15:25:13 2009 -0800 |
tree | 6558209419ab4ec028993fa612919a73cf42f5a2 | |
parent | 22f0bb5d78af71c74ba6af90345805a2b4782dd6 [diff] |
Add thread and iteration parameters to performance/futex_wait.c In keeping with the test design philosophy of futextest, add parameters for threads and iterations to futex_wait. Remove the hard coded thread count array and relay on run.sh to specify the thread count array, running the test once for each configuration. Also update the headers and the logging output to match that of futextest. Signed-off-by: Darren Hart <dvhltc@us.ibm.com>