repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
std-gnu23: don’t test stdbit.h
[gnulib.git]
/
modules
/
thrd
blob
e007ccd8bfba42310938934714ae43183aa8d0eb
1
Description:
2
ISO C 11 thread functions.
3
4
Files:
5
lib/thrd.c
6
m4/thrd.m4
7
8
Depends-on:
9
threads-h
10
windows-thread
11
nanosleep
12
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])
20
21
Makefile.am:
22
if GL_COND_OBJ_THRD
23
lib_SOURCES += thrd.c
24
endif
25
26
Include:
27
<threads.h>
28
29
Link:
30
$(LIBSTDTHREAD)
31
32
License:
33
LGPLv2+
34
35
Maintainer:
36
all