Searched refs:InterCoreLightSemaphore (Results 1 – 3 of 3) sorted by relevance
23 s32 InterCoreLightSemaphore::Release(s32 releaseCount /*= 1*/) in Release()64 new (p) InterCoreLightSemaphore(); in nnosInterCoreLightSemaphoreInitialize()65 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreInitialize()72 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetMax()79 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreGetCount()85 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreRelease()91 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreAcquire()97 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreTryAcquire()103 … InterCoreLightSemaphore* pInterCoreLightSemaphore = reinterpret_cast<InterCoreLightSemaphore*>(p); in nnosInterCoreLightSemaphoreFinalize()104 pInterCoreLightSemaphore->~InterCoreLightSemaphore(); in nnosInterCoreLightSemaphoreFinalize()
51 class InterCoreLightSemaphore118 InterCoreLightSemaphore() {} in InterCoreLightSemaphore() function132 InterCoreLightSemaphore(s32 initialCount, s32 maxCount) { Initialize(initialCount, maxCount); } in InterCoreLightSemaphore() function134 InterCoreLightSemaphore(s32 initialCount) { Initialize(initialCount); } in InterCoreLightSemaphore() function267 InterCoreLightSemaphore* m_Semaphore;269 ScopedAcquire(InterCoreLightSemaphore& semaphore, bool wait = true)286 …CLIBIMPL_DEFINE_BUFFER_CLASS(nnosInterCoreLightSemaphore, nn::os::InterCoreLightSemaphore, 8, u32);
84 mutable InterCoreLightSemaphore m_EnqueueSemaphore; //!< キューへの挿入待ち用同期オブジェクト85 mutable InterCoreLightSemaphore m_DequeueSemaphore; //!< キューからの取り出し待ち用同期オブジェクト