CommonLibSSE NG
|
#include <GMutex.h>
Public Attributes | |
GMutexImpl * | impl |
Public Attributes inherited from RE::GWaitable | |
HandlerArray * | handlers |
Additional Inherited Members | |
Public Types inherited from RE::GWaitable | |
using | WaitHandler = void(*)(void *a_data) |
Public Types inherited from RE::GRefCountBase< GWaitable, GStatGroups::kGStat_Default_Mem > | |
enum | |
Public Member Functions inherited from RE::GWaitable | |
~GWaitable () override | |
Public Member Functions inherited from RE::GRefCountBaseStatImpl< GRefCountImpl, STAT > | |
GFC_MEMORY_REDEFINE_NEW_IMPL (GRefCountImpl, GFC_REFCOUNTALLOC_CHECK_DELETE, StatType) | |
Public Member Functions inherited from RE::GRefCountImpl | |
~GRefCountImpl () override=default | |
void | AddRef () |
void | Release () |
Public Member Functions inherited from RE::GAcquireInterface | |
virtual | ~GAcquireInterface ()=default |
virtual bool | CanAcquire () |
virtual bool | TryAcquire () |
virtual bool | TryAcquireCommit () |
virtual bool | TryAcquireCancel () |
Static Public Attributes inherited from RE::GRefCountImpl | |
static constexpr auto | RTTI = RTTI_GRefCountImpl |
GMutexImpl* RE::GMutex::impl |