diff options
Diffstat (limited to 'runtime/wtp.c')
-rw-r--r-- | runtime/wtp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/wtp.c b/runtime/wtp.c index 40d031dc..47b99fe8 100644 --- a/runtime/wtp.c +++ b/runtime/wtp.c @@ -169,9 +169,7 @@ wtpWakeupAllWrkr(wtp_t *pThis) DEFiRet; ISOBJ_TYPE_assert(pThis, wtp); - d_pthread_mutex_lock(pThis->pmutUsr); pthread_cond_broadcast(pThis->pcondBusy); - d_pthread_mutex_unlock(pThis->pmutUsr); RETiRet; } |