Searched refs:osl_createSemaphore (Results 1 – 7 of 7) sorted by relevance
44 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() function162 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() function
45 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount);
52 semaphore = osl_createSemaphore(initialCount); in Semaphore()
39 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() function
52 oslSemaphore SAL_CALL osl_createSemaphore(sal_uInt32 initialCount) in osl_createSemaphore() function
129 oslSemaphore sema = osl_createSemaphore(1); in main()
51 osl_createSemaphore;
Completed in 23 milliseconds