From 37738448a024f1a2702ff5971dd7bda981d45923 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Thu, 3 Aug 2017 19:13:21 +0200 Subject: cygwin: Implement pthread_mutex_timedlock - pthread_mutex::lock now takes a PLARGE_INTEGER timeout pointer and uses that in the call to cygwait. Signed-off-by: Corinna Vinschen --- winsup/cygwin/common.din | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/common.din') diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din index 73e676841..9c8da379d 100644 --- a/winsup/cygwin/common.din +++ b/winsup/cygwin/common.din @@ -1068,6 +1068,7 @@ pthread_mutex_getprioceiling SIGFE pthread_mutex_init SIGFE pthread_mutex_lock SIGFE pthread_mutex_setprioceiling SIGFE +pthread_mutex_timedlock SIGFE pthread_mutex_trylock SIGFE pthread_mutex_unlock SIGFE pthread_mutexattr_destroy SIGFE -- cgit v1.2.3