 |
Index for Section 9 |
|
 |
Alphabetical listing for S |
|
 |
Bottom of page |
|
shutting_down(9v)
NAME
shutting_down - Global variable: Indicates that the system is shutting down
because of a panic
SYNOPSIS
extern int shutting_down;
DESCRIPTION
When a system panics, it sets the shutting_down global variable to 1.
Processing on any secondary processors (processors not responsible for the
panic) will also halt. Note that any threads scheduled by the driver when
this global variable is set are not guaranteed to complete.
LOCATION
/usr/sys/include/sys/systm.h
 |
Index for Section 9 |
|
 |
Alphabetical listing for S |
|
 |
Top of page |
|