std-gnu23: don’t test stdbit.h
[gnulib.git] / modules / thrd
blobe007ccd8bfba42310938934714ae43183aa8d0eb
1 Description:
2 ISO C 11 thread functions.
4 Files:
5 lib/thrd.c
6 m4/thrd.m4
8 Depends-on:
9 threads-h
10 windows-thread
11 nanosleep
13 configure.ac:
14 AC_REQUIRE([gl_THREADS_H])
15 gl_FUNC_THRD_CREATE
16 gl_FUNC_THRD_JOIN
17 gl_CONDITIONAL([GL_COND_OBJ_THRD],
18                [test $HAVE_THREADS_H = 0 || test $REPLACE_THRD_CREATE = 1 || test $REPLACE_THRD_JOIN = 1])
19 gl_THREADS_MODULE_INDICATOR([thrd])
21 Makefile.am:
22 if GL_COND_OBJ_THRD
23 lib_SOURCES += thrd.c
24 endif
26 Include:
27 <threads.h>
29 Link:
30 $(LIBSTDTHREAD)
32 License:
33 LGPLv2+
35 Maintainer:
36 all