mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
Fix whitespaces.
This commit is contained in:
parent
75956694f3
commit
5a9e37df22
@ -190,7 +190,7 @@ __pthread_cond_timedwait:
|
|||||||
andl $(ROBUST_BIT|PI_BIT), %eax
|
andl $(ROBUST_BIT|PI_BIT), %eax
|
||||||
cmpl $PI_BIT, %eax
|
cmpl $PI_BIT, %eax
|
||||||
jne 40f
|
jne 40f
|
||||||
|
|
||||||
movl $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
|
movl $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
|
||||||
/* The following only works like this because we only support
|
/* The following only works like this because we only support
|
||||||
two clocks, represented using a single bit. */
|
two clocks, represented using a single bit. */
|
||||||
@ -198,7 +198,7 @@ __pthread_cond_timedwait:
|
|||||||
/* XXX Need to implement using sete instead of a jump. */
|
/* XXX Need to implement using sete instead of a jump. */
|
||||||
jne 42f
|
jne 42f
|
||||||
orl $FUTEX_CLOCK_REALTIME, %ecx
|
orl $FUTEX_CLOCK_REALTIME, %ecx
|
||||||
|
|
||||||
/* Requeue-PI uses absolute timeout */
|
/* Requeue-PI uses absolute timeout */
|
||||||
42: leal (%ebp), %esi
|
42: leal (%ebp), %esi
|
||||||
movl 28(%esp), %edx
|
movl 28(%esp), %edx
|
||||||
@ -218,7 +218,7 @@ __pthread_cond_timedwait:
|
|||||||
cmpl $-ENOSYS, %eax
|
cmpl $-ENOSYS, %eax
|
||||||
jne 41f
|
jne 41f
|
||||||
xorl %ecx, %ecx
|
xorl %ecx, %ecx
|
||||||
|
|
||||||
40: subl $1, %ecx
|
40: subl $1, %ecx
|
||||||
#ifdef __ASSUME_PRIVATE_FUTEX
|
#ifdef __ASSUME_PRIVATE_FUTEX
|
||||||
andl $FUTEX_PRIVATE_FLAG, %ecx
|
andl $FUTEX_PRIVATE_FLAG, %ecx
|
||||||
|
@ -107,7 +107,7 @@ __pthread_cond_wait:
|
|||||||
/* Reset the pi-requeued flag. */
|
/* Reset the pi-requeued flag. */
|
||||||
8: movl $0, 16(%esp)
|
8: movl $0, 16(%esp)
|
||||||
movl cond_futex(%ebx), %ebp
|
movl cond_futex(%ebx), %ebp
|
||||||
|
|
||||||
/* Unlock. */
|
/* Unlock. */
|
||||||
LOCK
|
LOCK
|
||||||
#if cond_lock == 0
|
#if cond_lock == 0
|
||||||
@ -133,7 +133,7 @@ __pthread_cond_wait:
|
|||||||
andl $(ROBUST_BIT|PI_BIT), %eax
|
andl $(ROBUST_BIT|PI_BIT), %eax
|
||||||
cmpl $PI_BIT, %eax
|
cmpl $PI_BIT, %eax
|
||||||
jne 18f
|
jne 18f
|
||||||
|
|
||||||
movl $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
|
movl $(FUTEX_WAIT_REQUEUE_PI|FUTEX_PRIVATE_FLAG), %ecx
|
||||||
movl %ebp, %edx
|
movl %ebp, %edx
|
||||||
xorl %esi, %esi
|
xorl %esi, %esi
|
||||||
@ -152,7 +152,7 @@ __pthread_cond_wait:
|
|||||||
cmpl $-ENOSYS, %eax
|
cmpl $-ENOSYS, %eax
|
||||||
jne 19f
|
jne 19f
|
||||||
xorl %ecx, %ecx
|
xorl %ecx, %ecx
|
||||||
|
|
||||||
18: subl $1, %ecx
|
18: subl $1, %ecx
|
||||||
#ifdef __ASSUME_PRIVATE_FUTEX
|
#ifdef __ASSUME_PRIVATE_FUTEX
|
||||||
andl $FUTEX_PRIVATE_FLAG, %ecx
|
andl $FUTEX_PRIVATE_FLAG, %ecx
|
||||||
|
Loading…
Reference in New Issue
Block a user