Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <GIL.h>
Public Member Functions | |
GILReleaser (PyGILState_STATE &state) | |
GILReleaser (GILLocker &) | |
~GILReleaser () | |
Protected Attributes | |
PyGILState_STATE & | m_state |
RAII for the Global Interlock: Releases at construction and locks at destruction
|
explicit |
|
explicit |
Pyston::GILReleaser::~GILReleaser | ( | ) |
Definition at line 50 of file GIL.cpp.
References m_state, and Pyston::s_lock_count.
|
protected |
Definition at line 54 of file GIL.h.
Referenced by GILReleaser(), GILReleaser(), and ~GILReleaser().