Re: [PATCH xorg-gtest 2/2] process: add a timeout wait to Kill and Terminate

2012-07-11 Thread Chase Douglas
On 07/11/2012 05:25 PM, Peter Hutterer wrote: Default of 0 has the same behaviour, but for any other timeout, we wait up to that timeout and then return. Signed-off-by: Peter Hutterer --- I think this is the better implementation over having a separate function call that the caller needs to inv

[PATCH xorg-gtest 2/2] process: add a timeout wait to Kill and Terminate

2012-07-11 Thread Peter Hutterer
Default of 0 has the same behaviour, but for any other timeout, we wait up to that timeout and then return. Signed-off-by: Peter Hutterer --- I think this is the better implementation over having a separate function call that the caller needs to invoke. Just calling Kill(1000) to wait a second fo