Searched refs:osSemaphoreNew (Results 1 – 4 of 4) sorted by relevance
45 #define fork_init(x) osSemaphoreNew(1, 1, &sema_attr[x])
77 semaphore_id = osSemaphoreNew(1, 1, &sema_attr); in ZTEST()
24 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, in osSemaphoreNew() function
607 osSemaphoreId_t osSemaphoreNew(uint32_t max_count, uint32_t initial_count, const osSemaphoreAttr_t …