Home
last modified time | relevance | path

Searched refs:condvar_broadcast_debug (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dmutex.h92 void condvar_broadcast_debug(struct condvar *cv, const char *fname, int lineno);
93 #define condvar_broadcast(cv) condvar_broadcast_debug((cv), __FILE__, __LINE__)
/optee_os-3.20.0/core/kernel/
A Dmutex.c379 void condvar_broadcast_debug(struct condvar *cv, const char *fname, int lineno) in condvar_broadcast_debug() function

Completed in 3 milliseconds