stdbit: port to theoretical platforms
[gnulib.git] / modules / mtx
blob3e4ca38b0ee9c39ee7d6fee3e6ad2258031ea5f9
1 Description:
2 ISO C 11 mutex functions.
4 Files:
5 lib/mtx.c
6 m4/mtx.m4
8 Depends-on:
9 threads-h
10 pthread_mutex_timedlock
11 windows-mutex
12 windows-recmutex
13 windows-timedmutex
14 windows-timedrecmutex
16 configure.ac:
17 AC_REQUIRE([gl_THREADS_H])
18 gl_FUNC_MTX_INIT
19 gl_CONDITIONAL([GL_COND_OBJ_MTX],
20                [test $HAVE_THREADS_H = 0 || test $REPLACE_MTX_INIT = 1])
21 gl_THREADS_MODULE_INDICATOR([mtx])
23 Makefile.am:
24 if GL_COND_OBJ_MTX
25 lib_SOURCES += mtx.c
26 endif
28 Include:
29 <threads.h>
31 Link:
32 $(LIBSTDTHREAD)
34 License:
35 LGPLv2+
37 Maintainer:
38 all