#include <PythonUtil.h>
Classes | |
class | AcquireGIL |
class | AcquireGILDeleter |
A deleter that can be passed to a smart pointer to acquire the GIL before destroying the object. More... | |
class | ReleaseGIL |
class | ReleaseGILDeleter |
A deleter that can be passed to a smart pointer to release the GIL before destroying the object. More... | |
Static Public Member Functions | |
static bool | ThisThreadHasTheGIL () |
Definition at line 24 of file PythonUtil.h.
|
inlinestatic |
Definition at line 27 of file PythonUtil.h.
Referenced by carla::PythonUtil::AcquireGILDeleter::operator()(), and carla::PythonUtil::ReleaseGILDeleter::operator()().