Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/src/include/
H A Dthread.h96 static inline void thread_mutex_unlock(struct thread_mutex *mutex) {} in thread_mutex_unlock() function
/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c421 void thread_mutex_unlock(struct thread_mutex *mutex) in thread_mutex_unlock() function