Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在一段时间内锁定互斥锁(关键部分)?是否有任何API功能?据我所知,Windows 中没有类似的东西。如果是这样,是否可以手动实施?
谢谢。
Win32 中的等价物pthread_mutex_timedlock()是使用Mutex并在其中一个wait-functions中指定超时(除了INFINITE)。
pthread_mutex_timedlock()
INFINITE