kodi
Static Public Member Functions | List of all members
XBMCAddon::Python::PyGILLock Class Reference

This class supports recursive locking of the GIL. More...

#include <PyContext.h>

Static Public Member Functions

static void releaseGil ()
 
static void acquireGil ()
 

Detailed Description

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.


The documentation for this class was generated from the following files: