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
manywarnings: port to 64-bit GCC builds of Emacs
[gnulib.git]
/
modules
/
thread
blob
026e4392d9d3a15fcc3c2bae8a972123105eed80
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
14
configure.ac:
15
gl_THREAD
16
17
Makefile.am:
18
lib_SOURCES += glthread/thread.h glthread/thread.c
19
20
Include:
21
"glthread/thread.h"
22
23
Link:
24
$(LTLIBMULTITHREAD) when linking with libtool, $(LIBMULTITHREAD) otherwise
25
26
License:
27
LGPLv2+
28
29
Maintainer:
30
Yoann Vandoorselaere