multithreading - Equivalent of "pthread_rwlock_timedrdlock()" and "pthread_rwlock_timedwrlock()" in MSVC/Windows -
What is POSIS timed reader / writer lock in Windows (MSWC)? Pthread_rwlock_timedrdlock ()
Take the look, which uses the Win32 API for both tasks (and the rest of the pathdrodes) Implementation of these tasks should be enough to get you started. Or you can use it directly instead of the original Win32 thread and synchronization primitives.
Comments
Post a Comment