Searched refs:initialCount (Results 1 – 5 of 5) sorted by relevance
44 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument60 ret= sem_init((sem_t*)Semaphore, 0, initialCount); in osl_createSemaphore()162 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument193 arg.val= initialCount; in osl_createSemaphore()
50 Semaphore(sal_uInt32 initialCount) in Semaphore() argument52 semaphore = osl_createSemaphore(initialCount); in Semaphore()
45 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount);
39 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument43 Semaphore= CreateSemaphore(0, initialCount, INT_MAX, 0); in osl_createSemaphore()
52 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument73 pSemaphoreImpl->nCount = initialCount; in osl_createSemaphore()
Completed in 23 milliseconds