Does sem_post wake up a random process

前端 未结 0 1489
梦毁少年i
梦毁少年i 2020-12-13 16:26

Suppose 10 processes are waiting on a semaphore using sem_wait().
and an 11th process calls sem_post on that semaphore.
which of the 10 processes will enter the cri

相关标签:
回答
  • 消灭零回复
提交回复
热议问题