Home
last modified time | relevance | path

Searched refs:initialCount (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dsemaphor.c44 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument
60 ret= sem_init((sem_t*)Semaphore, 0, initialCount); in osl_createSemaphore()
162 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument
193 arg.val= initialCount; in osl_createSemaphore()
/aoo42x/main/sal/inc/osl/
H A Dsemaphor.hxx50 Semaphore(sal_uInt32 initialCount) in Semaphore() argument
52 semaphore = osl_createSemaphore(initialCount); in Semaphore()
H A Dsemaphor.h45 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount);
/aoo42x/main/sal/osl/w32/
H A Dsemaphor.c39 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument
43 Semaphore= CreateSemaphore(0, initialCount, INT_MAX, 0); in osl_createSemaphore()
/aoo42x/main/sal/osl/os2/
H A Dsemaphor.c52 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() argument
73 pSemaphoreImpl->nCount = initialCount; in osl_createSemaphore()

Completed in 23 milliseconds