Graphite Version 3
An experimental 3D geometry processing program
|
Internal functions for process manipulation. More...
#include <geogram/basic/common.h>
Go to the source code of this file.
Namespaces | |
namespace | GEO |
Global Vorpaline namespace. | |
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 () |
Internal functions for process manipulation.
Definition in file process_private.h.