Searched refs:initial_count (Results 1 – 2 of 2) sorted by relevance
24 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, in osSemaphoreNew() argument48 k_sem_init(&semaphore->z_semaphore, initial_count, max_count); in osSemaphoreNew()
41 40 k_sem_init sem=%I, initial_count=%u, | Returns %ErrCodePosix
Completed in 11 milliseconds