Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/util/util_system.h
| Show First 20 Lines • Show All 59 Lines • ▼ Show 20 Lines | |||||
| bool system_cpu_support_avx(); | bool system_cpu_support_avx(); | ||||
| bool system_cpu_support_avx2(); | bool system_cpu_support_avx2(); | ||||
| size_t system_physical_ram(); | size_t system_physical_ram(); | ||||
| /* Start a new process of the current application with the given arguments. */ | /* Start a new process of the current application with the given arguments. */ | ||||
| bool system_call_self(const vector<string> &args); | bool system_call_self(const vector<string> &args); | ||||
| /* Get identifier of the currently running process. */ | |||||
| uint64_t system_self_process_id(); | |||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||
| #endif /* __UTIL_SYSTEM_H__ */ | #endif /* __UTIL_SYSTEM_H__ */ | ||||