Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <pythreadstate.h>
Public Member Functions | |
GilSafeSingleLock (CCriticalSection &critSec) | |
Public Member Functions inherited from CPyThreadState | |
CPyThreadState (bool save=true) | |
~CPyThreadState () | |
void | Save () |
void | Restore () |
A std::unique_lock<CCriticalSection> that will relinquish the GIL during the time it takes to obtain the CriticalSection
|
inlineexplicit |