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_unlock.shared.s
blob
e0b9b9c0b4e340b040aed6e213fd74aa46d63048
1
.globl pthread_spin_unlock
2
.type pthread_spin_unlock,@function
3
.align 1<<4
4
pthread_spin_unlock
:
5
movl $
1
, (%
rdi
)
6
xorl
%
eax
, %
eax
7
retq
8
.size pthread_spin_unlock,.-pthread_spin_unlock
9
.globl pthread_spin_init
10
pthread_spin_init
=
pthread_spin_unlock