Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <PyContext.h>
Public Member Functions | |
PyGILLock () | |
~PyGILLock () | |
Static Public Member Functions | |
static void | releaseGil () |
static void | acquireGil () |
This class supports recursive locking of the GIL. It assumes that all Python GIL manipulation is done through this class so that it can monitor the current owner.
|
inline |
|
inline |
|
static |
|
static |