Похожие чаты

So in short, I’m blind?

7 ответов

16 просмотров

Why do you care?

🖖- Автор вопроса
Ihor
Why do you care?

Was just curious

🖖
Was just curious

In general all threads that wait on the same variable should be the same. They just do the same job in parallel.

🖖- Автор вопроса
Ihor
In general all threads that wait on the same varia...

Gotcha 👌 Just to be sure, notify_all() wakes all of them up, even if they aren’t waiting on the same variable

🖖
Gotcha 👌 Just to be sure, notify_all() wakes all o...

Notify_all will wake all threads which waits on a same lock

🖖- Автор вопроса
kn07 _
Notify_all will wake all threads which waits on a ...

Now I’m getting confused... What if they don’t wait on the same condition_variable

🖖
Now I’m getting confused... What if they don’t wai...

Notify one /all are methods of condition_variable. Only threads that are blocked by it will get woken up.

Похожие вопросы

Карта сайта