Home
last modified time | relevance | path

Searched defs:sem_id (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h317 static inline void ctf_top_semaphore_init(uint32_t sem_id, in ctf_top_semaphore_init()
323 static inline void ctf_top_semaphore_reset(uint32_t sem_id) in ctf_top_semaphore_reset()
328 static inline void ctf_top_semaphore_take_enter(uint32_t sem_id, in ctf_top_semaphore_take_enter()
335 static inline void ctf_top_semaphore_take_blocking(uint32_t sem_id, in ctf_top_semaphore_take_blocking()
342 static inline void ctf_top_semaphore_take_exit(uint32_t sem_id, in ctf_top_semaphore_take_exit()
349 static inline void ctf_top_semaphore_give_enter(uint32_t sem_id) in ctf_top_semaphore_give_enter()
354 static inline void ctf_top_semaphore_give_exit(uint32_t sem_id) in ctf_top_semaphore_give_exit()