mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
2004-06-03 Ulrich Drepper <drepper@redhat.com> * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
This commit is contained in:
@ -31,6 +31,7 @@ __pthread_cond_init (cond, cond_attr)
|
||||
struct pthread_condattr *icond_attr = (struct pthread_condattr *) cond_attr;
|
||||
|
||||
cond->__data.__lock = LLL_MUTEX_LOCK_INITIALIZER;
|
||||
cond->__data.__futex = 0;
|
||||
cond->__data.__clock = (icond_attr == NULL
|
||||
? CLOCK_REALTIME : (icond_attr->value & 0xfe) >> 1);
|
||||
cond->__data.__total_seq = 0;
|
||||
|
Reference in New Issue
Block a user