Searched defs:releaseCount (Results 1 – 4 of 4) sorted by relevance
23 s32 LightSemaphore::Release(s32 releaseCount /*= 1*/) in Release()82 s32 nnosLightSemaphoreRelease(nnosLightSemaphore* p, s32 releaseCount) in nnosLightSemaphoreRelease()
23 s32 InterCoreLightSemaphore::Release(s32 releaseCount /*= 1*/) in Release()83 s32 nnosInterCoreLightSemaphoreRelease(nnosInterCoreLightSemaphore* p, s32 releaseCount) in nnosInterCoreLightSemaphoreRelease()
54 s32 nnosSemaphoreRelease(nnosSemaphore* p, s32 releaseCount) in nnosSemaphoreRelease()
178 inline s32 Semaphore::Release(s32 releaseCount) in Release()