Searched refs:_handler_installed (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.c43 static volatile sig_atomic_t _handler_installed; variable
86 if (_handler_installed) {
87 _handler_installed++;
96 _handler_installed = 1;
111 if (!_handler_installed)
114 if (_handler_installed > 1) {
115 _handler_installed--;
120 _handler_installed = 0;
H A Dfile_locking.c47 static volatile sig_atomic_t _handler_installed; variable
107 if (!_handler_installed)
110 _handler_installed = 0;
125 _handler_installed = 1;
128 _handler_installed = 0;

Completed in 83 milliseconds