Searched defs:k_sem (Results 1 – 2 of 2) sorted by relevance
126 int (*sem_take)(struct k_sem *, k_timeout_t)) in fifo_tests()164 int (*sem_take)(struct k_sem *, k_timeout_t)) in lifo_tests()
2730 struct k_sem { struct2731 _wait_q_t wait_q;2732 unsigned int count;2733 unsigned int limit;