| commit | c807adf27f736c946a2b387ae052030513d48791 | [log] [tgz] |
|---|---|---|
| author | Darren Hart <dvhltc@us.ibm.com> | Tue Dec 01 09:38:11 2009 -0800 |
| committer | Darren Hart <dvhltc@us.ibm.com> | Tue Dec 01 09:38:11 2009 -0800 |
| tree | 22c8ce9be27994df2e3f2dd53cf9de3fcae63954 | |
| parent | eb919f080c31e9a27a22b1e190c176df8191f185 [diff] |
Fix timing errors in futex_requeue_pi_signal_restart Add a delay after the first signal to give the waiter time to restart and block on f1. Increase the delay to 1ms from 100us in the various loops. Change the restul from RET_ERROR to RET_FAIL where appropriate. Signed-off-by: Darren Hart <dvhltc@us.ibm.com>