wenfh2020 / wenfh2020.github.io

make blog : github + jekyll
MIT License
4 stars 3 forks source link

pthread_cond_wait #24

Open wenfh2020 opened 3 years ago

wenfh2020 commented 3 years ago

https://wenfh2020.com/2020/10/20/pthread_cond_wait/

这个函数,在多线程场景与锁结合使用。如果某些线程没事干,就把它阻塞,等待唤醒,这样可以避免线程空跑,浪费系统资源。