Home
last modified time | relevance | path

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

/third_party/e2fsprogs/lib/ext2fs/
Datexit.c35 static void handle_exit(void) in handle_exit() function
77 ret = atexit(handle_exit); in ext2fs_add_exit_fn()
/third_party/toybox/toys/pending/
Dtcpsvd.c170 static void handle_exit(int sig) in handle_exit() function
304 signal(SIGCHLD, handle_exit); in tcpsvd_main()
/third_party/pulseaudio/src/modules/dbus/
Diface-core.c88 static void handle_exit(DBusConnection *conn, DBusMessage *msg, void *userdata);
250 .receive_cb = handle_exit },
1527 static void handle_exit(DBusConnection *conn, DBusMessage *msg, void *userdata) { in handle_exit() function
/third_party/weston/compositor/
Dmain.c1203 handle_exit(struct weston_compositor *c) in handle_exit() function
3442 wet.compositor->exit = handle_exit; in wet_main()