xref
: /
openbsd
/
gnu
/
usr.bin
/
binutils
/
gdb
/
testsuite
/
gdb.threads
/
tls-shared.c
(revision 404b540a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
__thread
int
i_tls
=
1
;
2
int
foo
()
3
{
4
return
i_tls
;
5
}
6
7