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

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctfconvert.c 69 terminate_cleanup(void) function
226 set_terminate_cleanup(terminate_cleanup);
util.c 50 static void (*terminate_cleanup)(void) = NULL; variable
137 terminate_cleanup = cleanup;
150 if (terminate_cleanup)
151 terminate_cleanup();
ctfmerge.c 675 terminate_cleanup(void) function
983 set_terminate_cleanup(terminate_cleanup);

Completed in 62 milliseconds