#include <PythonUtil.h>
类 | |
class | AcquireGIL |
class | AcquireGILDeleter |
A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object. 更多... | |
class | ReleaseGIL |
class | ReleaseGILDeleter |
A deleter that can be passed to a smart pointer to release the GIL before destroying the object. 更多... | |
静态 Public 成员函数 | |
static bool | ThisThreadHasTheGIL () |
在文件 PythonUtil.h 第 24 行定义.
|
inlinestatic |
在文件 PythonUtil.h 第 27 行定义.
被这些函数引用 carla::PythonUtil::AcquireGILDeleter::operator()() , 以及 carla::PythonUtil::ReleaseGILDeleter::operator()().