Searched refs:pSemaphoreImpl (Results 1 – 1 of 1) sorted by relevance
55 oslSemaphoreImpl * pSemaphoreImpl; in osl_createSemaphore() local59 if( pSemaphoreImpl == NULL ) in osl_createSemaphore()69 free( pSemaphoreImpl ); in osl_createSemaphore()97 free( pSemaphoreImpl ); in osl_destroySemaphore()117 while( pSemaphoreImpl->nCount < 1 ) in osl_acquireSemaphore()129 pSemaphoreImpl->nCount--; in osl_acquireSemaphore()151 nCount = pSemaphoreImpl->nCount; in osl_tryToAcquireSemaphore()152 if( pSemaphoreImpl->nCount > 0 ) in osl_tryToAcquireSemaphore()153 pSemaphoreImpl->nCount--; in osl_tryToAcquireSemaphore()175 nCount = pSemaphoreImpl->nCount; in osl_releaseSemaphore()[all …]
Completed in 36 milliseconds