From 3238d5268857926eeeb691f98396b2a9c9d0c97c Mon Sep 17 00:00:00 2001 From: drepper Date: Sat, 25 Sep 2004 07:35:42 +0000 Subject: [PATCH] (struct pthread): Add stopped_start field. --- nptl/descr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nptl/descr.h b/nptl/descr.h index 0f8d347b79..d81392921c 100644 --- a/nptl/descr.h +++ b/nptl/descr.h @@ -197,6 +197,9 @@ struct pthread /* True if the user provided the stack. */ bool user_stack; + /* True if thread must stop at startup time. */ + bool stopped_start; + /* Lock to synchronize access to the descriptor. */ lll_lock_t lock; -- 2.11.0