Home
last modified time | relevance | path

Searched refs:exitfun (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-a/lib/libc/
A Dexit.c9 static void (*exitfun)(void); variable
13 if (exitfun != NULL) in exit()
14 (*exitfun)(); in exit()
21 if (exitfun != NULL) in atexit()
23 exitfun = fun; in atexit()

Completed in 3 milliseconds