View | Details | Raw Unified
Collapse All | Expand All

(-) glibc-2.7-orig/nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S (+2 lines)
 Lines 134-145   __pthread_cond_timedwait: Link Here 
	/* Only clocks 0 and 1 are allowed so far.  Both are handled in the
	/* Only clocks 0 and 1 are allowed so far.  Both are handled in the
	   kernel.  */
	   kernel.  */
	leaq	24(%rsp), %rsi
	leaq	24(%rsp), %rsi
# ifdef SHARED
	movq	__vdso_clock_gettime@GOTPCREL(%rip), %rax
	movq	__vdso_clock_gettime@GOTPCREL(%rip), %rax
	movq	(%rax), %rax
	movq	(%rax), %rax
	PTR_DEMANGLE (%rax)
	PTR_DEMANGLE (%rax)
	jz	26f
	jz	26f
	call	*%rax
	call	*%rax
	jmp	27f
	jmp	27f
# endif
26:	movl	$__NR_clock_gettime, %eax
26:	movl	$__NR_clock_gettime, %eax
	syscall
	syscall
27:
27: