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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
thread
blob
1d530b0d3afbe5ea00edb9aa9f863463309094fd
1
Description:
2
Creating and controlling threads.
3
4
Files:
5
lib/glthread/thread.h
6
lib/glthread/thread.c
7
m4/thread.m4
8
9
Depends-on:
10
threadlib
11
extern-inline
12
lock
13
windows-thread [test $gl_threads_api = windows]
14
pthread_sigmask [test $gl_threads_api = posix]
15
16
configure.ac:
17
gl_THREAD
18
19
Makefile.am:
20
lib_SOURCES += glthread/thread.h glthread/thread.c
21
22
Include:
23
"glthread/thread.h"
24
25
Link:
26
$(LIBMULTITHREAD)
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
Yoann Vandoorselaere