Lines Matching refs:mutex_id
360 static inline void ctf_top_mutex_init(uint32_t mutex_id, int32_t ret) in ctf_top_mutex_init() argument
362 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_INIT), mutex_id, ret); in ctf_top_mutex_init()
365 static inline void ctf_top_mutex_lock_enter(uint32_t mutex_id, uint32_t timeout) in ctf_top_mutex_lock_enter() argument
367 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_LOCK_ENTER), mutex_id, in ctf_top_mutex_lock_enter()
371 static inline void ctf_top_mutex_lock_blocking(uint32_t mutex_id, in ctf_top_mutex_lock_blocking() argument
374 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_LOCK_BLOCKING), mutex_id, in ctf_top_mutex_lock_blocking()
378 static inline void ctf_top_mutex_lock_exit(uint32_t mutex_id, uint32_t timeout, in ctf_top_mutex_lock_exit() argument
381 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_LOCK_EXIT), mutex_id, in ctf_top_mutex_lock_exit()
385 static inline void ctf_top_mutex_unlock_enter(uint32_t mutex_id) in ctf_top_mutex_unlock_enter() argument
387 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_UNLOCK_ENTER), mutex_id); in ctf_top_mutex_unlock_enter()
390 static inline void ctf_top_mutex_unlock_exit(uint32_t mutex_id, int32_t ret) in ctf_top_mutex_unlock_exit() argument
392 CTF_EVENT(CTF_LITERAL(uint8_t, CTF_EVENT_MUTEX_UNLOCK_EXIT), mutex_id); in ctf_top_mutex_unlock_exit()