index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
binutils
/
gdb
/
testsuite
/
gdb.threads
/
tls-shared.c
blob: d4f8e5cc6e092f437e8863bf4e2d694684ce79ab (
plain
) (
blame
)
1
2
3
4
5
6
__thread
int
i_tls
=
1
;
int
foo
()
{
return
i_tls
;
}