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
setlocale: Improve locale handling on macOS 10.12 or newer.
[gnulib.git]
/
modules
/
tls
blob
5d6104447597faf15e9ba51631f7b157be8405a4
1
Description:
2
Thread-local storage in multithreaded situations.
3
4
Files:
5
lib/glthread/tls.h
6
lib/glthread/tls.c
7
m4/tls.m4
8
9
Depends-on:
10
threadlib
11
12
configure.ac:
13
gl_TLS
14
15
Makefile.am:
16
lib_SOURCES += glthread/tls.h glthread/tls.c
17
18
Include:
19
"glthread/tls.h"
20
21
Link:
22
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
all