cygwin: Implement pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -9,7 +9,12 @@
|
||||
<itemizedlist mark="bullet">
|
||||
|
||||
<listitem><para>
|
||||
New APIs: explicit_bzero, pthread_mutex_timedwait.
|
||||
New APIs: explicit_bzero.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
New APIs: pthread_mutex_timedwait, pthread_rwlock_timedrdlock,
|
||||
pthread_rwlock_timedwrlock.
|
||||
</para></listitem>
|
||||
|
||||
<listitem><para>
|
||||
|
@@ -723,6 +723,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
pthread_rwlock_destroy
|
||||
pthread_rwlock_init
|
||||
pthread_rwlock_rdlock
|
||||
pthread_rwlock_timedrdlock
|
||||
pthread_rwlock_timedwrlock
|
||||
pthread_rwlock_tryrdlock
|
||||
pthread_rwlock_trywrlock
|
||||
pthread_rwlock_unlock
|
||||
@@ -1575,8 +1577,6 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
pthread_mutexattr_getrobust
|
||||
pthread_mutexattr_setrobust
|
||||
pthread_mutex_consistent
|
||||
pthread_rwlock_timedrdlock
|
||||
pthread_rwlock_timedwrlock
|
||||
putmsg
|
||||
setnetent
|
||||
sigtimedwait
|
||||
|
Reference in New Issue
Block a user