Blender  V3.3
Functions
system.cpp File Reference
#include "util/system.h"
#include "util/log.h"
#include "util/string.h"
#include "util/types.h"
#include <OpenImageIO/sysutil.h>
#include <sys/ioctl.h>
#include <unistd.h>

Go to the source code of this file.

Functions

OIIO_NAMESPACE_USING CCL_NAMESPACE_BEGIN int system_console_width ()
 
string system_cpu_brand_string ()
 
int system_cpu_bits ()
 
bool system_cpu_support_sse2 ()
 
bool system_cpu_support_sse3 ()
 
bool system_cpu_support_sse41 ()
 
bool system_cpu_support_avx ()
 
bool system_cpu_support_avx2 ()
 
size_t system_physical_ram ()
 
uint64_t system_self_process_id ()
 

Function Documentation

◆ system_console_width()

OIIO_NAMESPACE_USING CCL_NAMESPACE_BEGIN int system_console_width ( )

Definition at line 31 of file system.cpp.

References w().

◆ system_cpu_bits()

int system_cpu_bits ( )

Definition at line 123 of file system.cpp.

◆ system_cpu_brand_string()

string system_cpu_brand_string ( )

Definition at line 70 of file system.cpp.

References __cpuid(), NULL, result, and string_remove_trademark().

Referenced by device_cpu_info().

◆ system_cpu_support_avx()

bool system_cpu_support_avx ( )

◆ system_cpu_support_avx2()

bool system_cpu_support_avx2 ( )

◆ system_cpu_support_sse2()

bool system_cpu_support_sse2 ( )

◆ system_cpu_support_sse3()

bool system_cpu_support_sse3 ( )

◆ system_cpu_support_sse41()

bool system_cpu_support_sse41 ( )

◆ system_physical_ram()

size_t system_physical_ram ( )

Definition at line 258 of file system.cpp.

References len, and NULL.

◆ system_self_process_id()

uint64_t system_self_process_id ( )

Definition at line 279 of file system.cpp.

Referenced by TileManager::TileManager().