![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include <pythreadstate.h>
Public Member Functions | |
GilSafeSingleLock (CCriticalSection &critSec) | |
![]() | |
CPyThreadState (bool save=true) | |
~CPyThreadState () | |
void | Save () |
void | Restore () |
![]() | |
CSingleLock (CCriticalSection &cs) | |
void | Leave () |
void | Enter () |
![]() | |
bool | owns_lock () const |
void | lock () |
bool | try_lock () |
void | unlock () |
CCriticalSection & | get_underlying () |
Additional Inherited Members | |
![]() | |
CSingleLock (CCriticalSection &cs, bool dicrim) | |
![]() | |
UniqueLock (CCriticalSection &lockable) | |
UniqueLock (CCriticalSection &lockable, bool try_to_lock_discrim) | |
~UniqueLock () | |
![]() | |
CCriticalSection & | mutex |
bool | owns |
A CSingleLock that will relinquish the GIL during the time it takes to obtain the CriticalSection
|
inlineexplicit |