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

/netbsd-current/external/gpl2/lvm2/dist/lib/locking/
H A Dexternal_locking.c25 static void (*_reset_fn) (void) = NULL; variable
53 _reset_fn = NULL;
58 if (_reset_fn)
59 _reset_fn();
85 !(_reset_fn = dlsym(_locking_lib, "reset_locking")) ||

Completed in 212 milliseconds