From d2b870cd9b6d91261a304e156819571acc309b55 Mon Sep 17 00:00:00 2001 From: rpj Date: Sat, 23 Feb 2002 02:01:11 +0000 Subject: * pthread_cond_destroy.c: Expand the time change critical section to solve deadlock problem. * pthread.c: Add all remaining C modules. * pthread.h: Use dllexport/dllimport attributes on functions to avoid using pthread.def. * sched.h: Likewise. * semaphore.h: Likewise. * GNUmakefile: Add new targets for single translation unit build to maximise inlining potential; generate pthread.def automatically. * Makefile: Likewise, but no longer uses pthread.def. --- rwlock.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rwlock.c') diff --git a/rwlock.c b/rwlock.c index 381a2ad..98631a5 100644 --- a/rwlock.c +++ b/rwlock.c @@ -35,6 +35,7 @@ */ #include "ptw32_rwlock_check_need_init.c" +#include "ptw32_rwlock_cancelwrwait.c" #include "pthread_rwlock_init.c" #include "pthread_rwlock_destroy.c" #include "pthread_rwlockattr_init.c" @@ -42,7 +43,9 @@ #include "pthread_rwlockattr_getpshared.c" #include "pthread_rwlockattr_setpshared.c" #include "pthread_rwlock_rdlock.c" +#include "pthread_rwlock_timedrdlock.c" #include "pthread_rwlock_wrlock.c" +#include "pthread_rwlock_timedwrlock.c" #include "pthread_rwlock_unlock.c" #include "pthread_rwlock_tryrdlock.c" #include "pthread_rwlock_trywrlock.c" -- cgit v1.2.3