repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
overhaul internally-public declarations using wrapper headers
[musl.git]
/
arch
/
s390x
/
pthread_arch.h
blob
bd90016d3f77f3e40520c7aba1bc910b4e4602f7
1
static
inline
struct
pthread
*
__pthread_self
()
2
{
3
struct
pthread
*
self
;
4
__asm__
__volatile__
(
5
"ear %0, %%a0
\n
"
6
"sllg %0, %0, 32
\n
"
7
"ear %0, %%a1
\n
"
8
:
"=r"
(
self
));
9
return
self
;
10
}
11
12
#define TP_ADJ(p) (p)
13
14
#define MC_PC psw.addr