Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
XBMCAddon::Python::PyGILLock Class Reference

#include <PyContext.h>

Public Member Functions

 PyGILLock ()
 
 ~PyGILLock ()
 

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.

Constructor & Destructor Documentation

◆ PyGILLock()

XBMCAddon::Python::PyGILLock::PyGILLock ( )
inline

◆ ~PyGILLock()

XBMCAddon::Python::PyGILLock::~PyGILLock ( )
inline

Member Function Documentation

◆ acquireGil()

void XBMCAddon::Python::PyGILLock::acquireGil ( )
static

◆ releaseGil()

void XBMCAddon::Python::PyGILLock::releaseGil ( )
static

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