how to implement a condition variable using mutex and other synchronization tools?

后端 未结 0 1068
鱼传尺愫
鱼传尺愫 2021-01-15 08:14

i have new synchronization tool (newSem) , and i want to implement a conditional variable using this newSem and mutex .

this is the newSem :

typedef st         


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