|
Blender
V2.93
|
Go to the source code of this file.
Functions | |
| NUMAAPI_Result | numaAPI_Initialize (void) |
| int | numaAPI_GetNumNodes (void) |
| bool | numaAPI_IsNodeAvailable (int node) |
| int | numaAPI_GetNumNodeProcessors (int node) |
| int | numaAPI_GetNumCurrentNodesProcessors (void) |
| bool | numaAPI_RunProcessOnNode (int node) |
| bool | numaAPI_RunThreadOnNode (int node) |
| void * | numaAPI_AllocateOnNode (size_t size, int node) |
| void * | numaAPI_AllocateLocal (size_t size) |
| void | numaAPI_Free (void *start, size_t size) |
| void* numaAPI_AllocateLocal | ( | size_t | size | ) |
Definition at line 84 of file numaapi_stub.c.
| void* numaAPI_AllocateOnNode | ( | size_t | size, |
| int | node | ||
| ) |
Definition at line 78 of file numaapi_stub.c.
| void numaAPI_Free | ( | void * | start, |
| size_t | size | ||
| ) |
Definition at line 89 of file numaapi_stub.c.
References size().
| int numaAPI_GetNumCurrentNodesProcessors | ( | void | ) |
Definition at line 58 of file numaapi_stub.c.
Referenced by system_cpu_num_active_group_processors().
| int numaAPI_GetNumNodeProcessors | ( | int | node | ) |
Definition at line 50 of file numaapi_stub.c.
References node.
Referenced by system_cpu_num_numa_node_processors().
| int numaAPI_GetNumNodes | ( | void | ) |
Definition at line 41 of file numaapi_stub.c.
Referenced by system_cpu_num_numa_nodes().
| NUMAAPI_Result numaAPI_Initialize | ( | void | ) |
Definition at line 34 of file numaapi_stub.c.
References NUMAAPI_NOT_AVAILABLE.
Referenced by BLI_threadapi_init(), and system_cpu_ensure_initialized().
| bool numaAPI_IsNodeAvailable | ( | int | node | ) |
Definition at line 45 of file numaapi_stub.c.
References node.
Referenced by system_cpu_is_numa_node_available().
| bool numaAPI_RunProcessOnNode | ( | int | node | ) |
Definition at line 65 of file numaapi_stub.c.
References node.
| bool numaAPI_RunThreadOnNode | ( | int | node | ) |
Definition at line 70 of file numaapi_stub.c.
References node.
Referenced by system_cpu_run_thread_on_node().