#include "gdef.h"
#include "gcleanup.h"
#include "gprocess.h"
#include "groot.h"
#include "glog.h"
#include <signal.h>
Go to the source code of this file.
Classes | |
class | G::CleanupImp |
A private implementation class used by G::Cleanup. More... | |
Namespaces | |
G | |
Low-level classes. | |
Typedefs | |
typedef void(* | Handler )(int) |
Functions | |
void | gcleanup_unix_handler_ (int signum) |
typedef void(* Handler)(int) |
Definition at line 31 of file gcleanup_unix.cpp.
void gcleanup_unix_handler_ | ( | int | signum | ) |
Definition at line 165 of file gcleanup_unix.cpp.
References G::CleanupImp::callHandlers(), G::Process::errno_(), and G::CleanupImp::installDefault().