diff options
| author | John Polstra <jdp@FreeBSD.org> | 2003-06-29 15:55:44 +0000 |
|---|---|---|
| committer | John Polstra <jdp@FreeBSD.org> | 2003-06-29 15:55:44 +0000 |
| commit | 7c916264aaae36299b497ce6ae4c3e35b67dd3c7 (patch) | |
| tree | 7cca05bdbddd83b9e8f9d07ab187f59490dda694 /lib/libthr/thread/thr_private.h | |
| parent | 602c788942a9b2b46a73b118ef8fedab9513b927 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_private.h')
| -rw-r--r-- | lib/libthr/thread/thr_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_private.h b/lib/libthr/thread/thr_private.h index 99893424092c..b273890e9631 100644 --- a/lib/libthr/thread/thr_private.h +++ b/lib/libthr/thread/thr_private.h @@ -692,6 +692,9 @@ SCLASS pthread_cond_t _gc_cond */ SCLASS struct sigaction _thread_sigact[NSIG]; +/* Precomputed signal set for _thread_suspend. */ +SCLASS sigset_t _thread_suspend_sigset; + /* Tracks the number of threads blocked while waiting for a spinlock. */ SCLASS volatile int _spinblock_count #ifdef GLOBAL_PTHREAD_PRIVATE |
