repo.or.cz
/
nyanglibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
clarify the purpose of this project
[nyanglibc.git]
/
nptl
/
pthread_spin_lock.s
blob
7e37b0322f5e94c6140c9cec9303e26fd163d663
1
.globl pthread_spin_lock
2
.type pthread_spin_lock,@function
3
.align 1<<4
4
pthread_spin_lock
:
5
1
:
LOCK
6
decl
0
(%
rdi
)
7
jne
2
f
8
xor
%
eax
, %
eax
9
ret
10
.align 16
11
2
:
rep
12
nop
13
cmpl
$
0
,
0
(%
rdi
)
14
jg
1
b
15
jmp
2
b
16
.size pthread_spin_lock,.-pthread_spin_lock