projects
/
kopensolaris-gnu
/
glibc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
(struct pthread): Add stopped_start field.
[kopensolaris-gnu/glibc.git]
/
nptl
/
descr.h
diff --git
a/nptl/descr.h
b/nptl/descr.h
index
0f8d347
..
d813929
100644
(file)
--- 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;