Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/libc/
H 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()