HomeSort by: relevance | last modified time | path
    Searched defs:_handler_installed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/lib/locking/
file_locking.c 47 static volatile sig_atomic_t _handler_installed; variable
107 if (!_handler_installed)
110 _handler_installed = 0;
125 _handler_installed = 1;
128 _handler_installed = 0;
locking.c 43 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;

Completed in 22 milliseconds