Home
last modified time | relevance | path

Searched hist:"30730 d67b82f150d41be74118851cbb646b8a3ec" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/include/kernel/
H A Dmutex.h30730d67b82f150d41be74118851cbb646b8a3ec Thu Jun 13 14:48:38 UTC 2024 Etienne Carriere <etienne.carriere@foss.st.com> core: add mutex_is_locked() helper function

Add mutex_is_locked() helper function to return whether a mutex is
locked or not. This helper function must be use with care since it
does not guarantee that the mutex is held by the executing thread.

Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com>