xref
: /
openbsd-src
/
gnu
/
usr.bin
/
binutils
/
gdb
/
testsuite
/
gdb.threads
/
tls-shared.c
(revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
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