posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / pthread_mutex_timedlock
blob4e01c3033763c76737c2942ee5b583dd330416ee
1 Description:
2 Lock a mutex, abandoning after a certain time.
4 Files:
5 lib/pthread_mutex_timedlock.c
6 m4/pthread_mutex_timedlock.m4
8 Depends-on:
9 pthread-h
10 nanosleep       [test $HAVE_PTHREAD_T = 1 && test $HAVE_PTHREAD_MUTEX_TIMEDLOCK = 0]
12 configure.ac:
13 gl_FUNC_PTHREAD_MUTEX_TIMEDLOCK
14 if test $HAVE_PTHREAD_T = 1 && test $HAVE_PTHREAD_MUTEX_TIMEDLOCK = 0; then
15   AC_LIBOBJ([pthread_mutex_timedlock])
17 gl_PTHREAD_MODULE_INDICATOR([pthread_mutex_timedlock])
19 Makefile.am:
21 Include:
22 <pthread.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all