Use pthread_detach() instead of calling pthread_join() later
authorJens Axboe <jens.axboe@oracle.com>
Mon, 10 Mar 2008 09:52:22 +0000 (10:52 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 10 Mar 2008 09:52:22 +0000 (10:52 +0100)
commitf4705a73fda9a84a12a26bcd6bc2ab4f012ace71
tree0f883abefcf4af3697c9ff83c78c6de11ead4014
parenta6edd6383bfa6f85f24080b43722c8af6d80106c
Use pthread_detach() instead of calling pthread_join() later

Unifies the thread vs process parts a bit more.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.c