]> sourceware.org Git - glibc.git/commitdiff
(struct _pthread_descr_struct): Add p_condvar_avail.
authorUlrich Drepper <drepper@redhat.com>
Mon, 24 Jul 2000 16:29:07 +0000 (16:29 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 24 Jul 2000 16:29:07 +0000 (16:29 +0000)
linuxthreads/internals.h

index 118eecfff0ba3ff76b60475359bb9e99fcaf8e44..7335611669649536c261c7dc60d1cdc53842daf3 100644 (file)
@@ -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 */
This page took 0.043843 seconds and 5 git commands to generate.