Geogram  Version 1.9.0
A programming library of geometric algorithms
process_private.h File Reference

Internal functions for process manipulation. More...

Go to the source code of this file.

Namespaces

 GEO
 Global Vorpaline namespace.
 
 GEO::Process
 Abstraction layer for process management and multi-threading.
 

Functions

bool GEO::Process::os_init_threads ()
 
index_t GEO::Process::os_number_of_cores ()
 
size_t GEO::Process::os_used_memory ()
 
size_t GEO::Process::os_max_used_memory ()
 
bool GEO::Process::os_enable_FPE (bool flag)
 
bool GEO::Process::os_enable_cancel (bool flag)
 
void GEO::Process::os_install_signal_handlers ()
 
std::string GEO::Process::os_executable_filename ()
 
void GEO::Process::os_brute_force_kill ()
 
void GEO::Process::os_print_stack_trace ()
 

Detailed Description

Internal functions for process manipulation.

Definition in file process_private.h.