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_tryjoin.shared.s
blob
e642673e27cb0d304f32774b8b15eb5b5dde7146
1
.text
2
.p2align 4,,15
3
.globl pthread_tryjoin_np
4
.type pthread_tryjoin_np, @function
5
pthread_tryjoin_np
:
6
movl
720
(%
rdi
), %
eax
7
testl
%
eax
, %
eax
8
jne
.L2
9
xorl
%
r8d
, %
r8d
10
xorl
%
ecx
, %
ecx
11
xorl
%
edx
, %
edx
12
jmp __pthread_clockjoin_ex
13
.p2align 4,,10
14
.p2align 3
15
.L2:
16
movl $
16
, %
eax
17
ret
18
.size pthread_tryjoin_np, .-pthread_tryjoin_np
19
.hidden __pthread_clockjoin_ex