diff options
| author | David Xu <davidxu@FreeBSD.org> | 2003-09-14 22:52:16 +0000 |
|---|---|---|
| committer | David Xu <davidxu@FreeBSD.org> | 2003-09-14 22:52:16 +0000 |
| commit | a3a398b57d784dda3c602b1018d11a6bda383bb4 (patch) | |
| tree | 9fa26442bf60d7738b0f087191d0aa4a746f2c49 /lib/libpthread/thread/thr_private.h | |
| parent | 06925cea04771dc48abc6a56daa88112e95d774e (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_private.h')
| -rw-r--r-- | lib/libpthread/thread/thr_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libpthread/thread/thr_private.h b/lib/libpthread/thread/thr_private.h index 24c0ed5abdff..7738f371bbe4 100644 --- a/lib/libpthread/thread/thr_private.h +++ b/lib/libpthread/thread/thr_private.h @@ -994,6 +994,8 @@ SCLASS TAILQ_HEAD(, pthread) _thread_list SCLASS TAILQ_HEAD(, pthread) _thread_gc_list SCLASS_PRESET(TAILQ_HEAD_INITIALIZER(_thread_gc_list)); +SCLASS int _thr_active_threads SCLASS_PRESET(1); + /* Default thread attributes: */ SCLASS struct pthread_attr _pthread_attr_default SCLASS_PRESET({ |
