Commit c8060da2 authored by Robert Schmidt's avatar Robert Schmidt

Tpool: Unlock after broadcast in abortNotifiedFIFO()

parent 8773e423
......@@ -236,8 +236,8 @@ static inline void abortNotifiedFIFO(notifiedFIFO_t *nf) {
if (nf->outF == NULL)
nf->inF = NULL;
mutexunlock(nf->lockF);
condbroadcast(nf->notifF);
mutexunlock(nf->lockF);
}
struct one_thread {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment