repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adjust mutex lock in condvar_cleanup if we got it from requeue_pi
[glibc.git]
/
elf
/
tst-tlsmod13.c
blob
76da630a05e408680fb76acc5a5a9b95c542aa0e
1
#include <tls.h>
2
3
__thread
int
a
[
2
]
__attribute__
((
tls_model
(
"initial-exec"
)));
4
5
int
6
foo
(
void
)
7
{
8
return
a
[
0
];
9
}