OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 05:31:52 UTC 2026