OpenGrok
Cross Reference: tls2.c
xref
: /
external
/
valgrind
/
main
/
none
/
tests
/
tls2.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
include
<
config.h
>
2
3
#
ifdef
HAVE_TLS
4
__thread
int
static_extern
;
5
#
endif
6