Commit b8c1a295 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/tpool-abortfifo-fix' into integration_2022_wk48

parents 4d27c090 c8060da2
......@@ -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