Skip to content
Snippets Groups Projects
Commit bfcf1152 authored by Robert Schmidt's avatar Robert Schmidt
Browse files

Tpool: use condbroadcast() in case multiple waits on the same signal

parent 92e6b5e5
No related branches found
No related tags found
2 merge requests!1832integration_2022_wk47,!1825Fixes to improve CI
......@@ -237,7 +237,7 @@ static inline void abortNotifiedFIFO(notifiedFIFO_t *nf) {
if (nf->outF == NULL)
nf->inF = NULL;
mutexunlock(nf->lockF);
condsignal(nf->notifF);
condbroadcast(nf->notifF);
}
struct one_thread {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment