From 33ab3b66dd6a851aef4e607abe3e973e82c7fe81 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 20 Feb 2004 20:21:20 +0000 Subject: Update. * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ulps for the 2003-11-27 atan2 test. --- nptl/DESIGN-barrier.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'nptl/DESIGN-barrier.txt') diff --git a/nptl/DESIGN-barrier.txt b/nptl/DESIGN-barrier.txt index 754e4712e1..b0fbf14fb1 100644 --- a/nptl/DESIGN-barrier.txt +++ b/nptl/DESIGN-barrier.txt @@ -31,12 +31,9 @@ pthread_barrier_wait(barrier_t *barrier) result = BARRIER_SERIAL_THREAD; } else { event = barrier->curr_event; + lll_unlock(barrier->lock); do { - lll_unlock(barrier->lock); - futex_wait(&barrier->curr_event, event) - - lll_lock(barrier->lock); } while (event == barrier->curr_event); } -- cgit v1.2.3