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

  /src/external/gpl2/lvm2/dist/lib/locking/
external_locking.c 26 static void (*_end_fn) (void) = NULL; variable
44 if (_end_fn)
45 _end_fn();
51 _end_fn = NULL;
86 !(_end_fn = dlsym(_locking_lib, "locking_end"))) {
external_locking.c 26 static void (*_end_fn) (void) = NULL; variable
44 if (_end_fn)
45 _end_fn();
51 _end_fn = NULL;
86 !(_end_fn = dlsym(_locking_lib, "locking_end"))) {

Completed in 43 milliseconds