30 static constexpr
size_t UNLOCK_QUEUE_NUM = 16;
67 void terminate(
void );
79 b32 unlock(
const UnlockInfo& info);
88 ASYNC_STATUS getAsyncStatus(
void )
const;
90 u32 getError(
void )
const;
94 constexpr u32
getQueueCount(
void ){
return _unlockQueue.GetQueueNum(); }
97 GX_FORCE_INLINE UnlockInfo getLastUnlockInfo( void ) const { return _lastUnlockInfo; }
105#if !defined(_WINDOWS)
106 CQueue<UnlockInfo, UNLOCK_QUEUE_NUM> _unlockQueue;
109 UnlockInfo _lastUnlockInfo;