pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthreadpool_add...
authorStefan Metzmacher <metze@samba.org>
Thu, 21 Jun 2018 22:27:39 +0000 (00:27 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 12 Jul 2018 12:25:18 +0000 (14:25 +0200)
commit03830a3226d43f13e58dcf68874d50e19793144d
tree7c06558a93d437b0f6c37a72c024ed638bf86709
parent65faef959d93221909d3d4031f685a442935ee90
pthreadpool: consitently use unlock_res for pthread_mutex_unlock() in pthreadpool_add_job()

This makes further restructuring easier to implement and understand.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
lib/pthreadpool/pthreadpool.c