sfl-istream: Add tests.
[gnulib.git] / modules / pthread-rwlock
blobc869f180cfda757ba37d0c8a5d83734a2bffdffa
1 Description:
2 POSIX read-write locks.
4 Files:
5 lib/pthread-rwlock.c
6 m4/pthread-rwlock.m4
8 Depends-on:
9 pthread-h
10 pthread-cond        [test $gl_threads_api != windows && test $REPLACE_PTHREAD_RWLOCK_INIT = 1]
11 nanosleep           [test $gl_threads_api != windows && test $HAVE_PTHREAD_RWLOCK_INIT = 1 && test $HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0]
12 windows-timedrwlock [test $gl_threads_api = windows]
14 configure.ac:
15 gl_PTHREAD_RWLOCK
16 gl_CONDITIONAL([GL_COND_OBJ_PTHREAD_RWLOCK],
17                [test $REPLACE_PTHREAD_RWLOCK_INIT = 1 || test $HAVE_PTHREAD_RWLOCK_TIMEDRDLOCK = 0 || test $REPLACE_PTHREAD_RWLOCK_TIMEDRDLOCK = 1])
18 gl_PTHREAD_MODULE_INDICATOR([pthread-rwlock])
20 Makefile.am:
21 if GL_COND_OBJ_PTHREAD_RWLOCK
22 lib_SOURCES += pthread-rwlock.c
23 endif
25 Include:
26 <pthread.h>
28 Link:
29 $(LIBPTHREAD) or $(LIBPMULTITHREAD)
31 License:
32 LGPLv2+
34 Maintainer:
35 all