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
/
thrd_exit.s
blob
e4fe4ecef65eabe05fc54d532eaa09ca98d97068
1
.text
2
.p2align 4,,15
3
.globl thrd_exit
4
.type thrd_exit, @function
5
thrd_exit
:
6
subq $
8
, %
rsp
7
movslq
%
edi
, %
rdi
8
call __pthread_exit@PLT
9
.size thrd_exit, .-thrd_exit