summaryrefslogtreecommitdiff
path: root/modules/tls
blob: 96192cc4546156a1390368dca60ff8ed287087a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Description:
Thread-local storage in multithreaded situations.

Files:
lib/glthread/tls.h
lib/glthread/tls.c
m4/tls.m4

Depends-on:
threadlib
windows-tls     [test $gl_threads_api = windows]

configure.ac:
gl_TLS

Makefile.am:
lib_SOURCES += glthread/tls.h glthread/tls.c

Include:
"glthread/tls.h"

Link:
$(LIBTHREAD)

License:
LGPLv2+

Maintainer:
all