mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-24 12:25:35 +08:00
(pthread_cond_t): Add __data.__futex field, reshuffle __data.__clock.
This commit is contained in:
parent
e0a27e2f47
commit
64d5339733
@ -76,11 +76,12 @@ typedef union
|
||||
struct
|
||||
{
|
||||
int __lock;
|
||||
int __clock;
|
||||
unsigned int __futex;
|
||||
unsigned long long int __total_seq;
|
||||
unsigned long long int __wakeup_seq;
|
||||
unsigned long long int __woken_seq;
|
||||
void *__mutex;
|
||||
int __clock;
|
||||
unsigned int __broadcast_seq;
|
||||
} __data;
|
||||
char __size[__SIZEOF_PTHREAD_COND_T];
|
||||
|
Loading…
Reference in New Issue
Block a user