Blender
V3.3
|
#include <task.h>
Static Public Member Functions | |
static void | init (int num_threads=0) |
static void | exit () |
static void | free_memory () |
static int | max_concurrency () |
Static Protected Attributes | |
static thread_mutex | mutex |
static int | users = 0 |
static int | active_num_threads = 0 |
|
static |
Definition at line 83 of file task.cpp.
References active_num_threads, lock, mutex, and users.
Referenced by TEST(), DenoiserPipeline::~DenoiserPipeline(), and Session::~Session().
|
static |
|
static |
Definition at line 62 of file task.cpp.
References active_num_threads, lock, mutex, users, and VLOG_INFO.
Referenced by DenoiserPipeline::DenoiserPipeline(), Session::Session(), and TEST().
|
static |
Definition at line 99 of file task.cpp.
References active_num_threads, lock, mutex, and users.
Referenced by CPUDevice::CPUDevice(), and Device::get_multi_device().
|
staticprotected |
Definition at line 83 of file task.h.
Referenced by exit(), init(), and max_concurrency().
|
staticprotected |
Definition at line 81 of file task.h.
Referenced by exit(), init(), and max_concurrency().
|
staticprotected |
Definition at line 82 of file task.h.
Referenced by exit(), free_memory(), init(), and max_concurrency().