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_join.shared.s
blob
06483931c96a84efde8a97c00225dd6172be3d44
1
.text
2
.p2align 4,,15
3
.globl __pthread_join
4
.type __pthread_join, @function
5
__pthread_join
:
6
movl $
1
, %
r8d
7
xorl
%
ecx
, %
ecx
8
xorl
%
edx
, %
edx
9
jmp __pthread_clockjoin_ex
10
.size __pthread_join, .-__pthread_join
11
.weak pthread_join
12
.set pthread_join,__pthread_join
13
.hidden __pthread_clockjoin_ex