Classes | |
struct | AtquitHandlers |
struct | KillPids |
struct | PendingRemovals |
Namespaces | |
namespace | Ase |
Macros | |
#define | QDEBUG(...) |
Functions | |
void | atquit_add (std::function< void()> *func) |
void | atquit_add_killl_pid (int pid) |
void | atquit_add_removal (const std::string &filename) |
void | atquit_del (std::function< void()> *func) |
void | atquit_del_killl_pid (int pid) |
void | atquit_del_removal (const std::string &filename) |
void | atquit_terminate (int exitcode, int pgroup) |
bool | atquit_triggered () |
void | cleanup_orphaned_tempfiles (const std::string &directory) |
std::string | create_tempfile_dir (const std::string &basename) |
ErrorReason | spawn_process (const std::vector< std::string > &argv, pid_t *child_pid, int pdeathsig) |
#define QDEBUG | ( | ... | ) |