OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cleanup_handler
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/drd/tests/
pth_cleanup_handler.c
17
static void
cleanup_handler
(void* param)
function
31
pthread_cleanup_push(
cleanup_handler
, NULL);
/toolchain/binutils/binutils-2.25/ld/
plugin.c
70
ld_plugin_cleanup_handler
cleanup_handler
;
member in struct:plugin
407
called_plugin->
cleanup_handler
= handler;
936
if (curplug->
cleanup_handler
&& !curplug->cleanup_done)
941
rv = (*curplug->
cleanup_handler
) ();
Completed in 287 milliseconds