cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -587,10 +587,10 @@ public:
|
||||
} *readers;
|
||||
fast_mutex readers_mx;
|
||||
|
||||
int rdlock ();
|
||||
int rdlock (PLARGE_INTEGER timeout = NULL);
|
||||
int tryrdlock ();
|
||||
|
||||
int wrlock ();
|
||||
int wrlock (PLARGE_INTEGER timeout = NULL);
|
||||
int trywrlock ();
|
||||
|
||||
int unlock ();
|
||||
|
Reference in New Issue
Block a user