mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
(struct _pthread_descr_struct): Add p_condvar_avail.
This commit is contained in:
parent
9f4b36ca59
commit
ed3d9cc805
@ -170,6 +170,7 @@ struct _pthread_descr_struct {
|
||||
struct pthread_atomic p_resume_count; /* number of times restart() was
|
||||
called on thread */
|
||||
char p_woken_by_cancel; /* cancellation performed wakeup */
|
||||
char p_condvar_avail; /* flag if conditional variable became avail */
|
||||
pthread_extricate_if *p_extricate; /* See above */
|
||||
pthread_readlock_info *p_readlock_list; /* List of readlock info structs */
|
||||
pthread_readlock_info *p_readlock_free; /* Free list of structs */
|
||||
|
Loading…
Reference in New Issue
Block a user