Home
last modified time | relevance | path

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

/external/trusty/lk/include/kernel/
Dmutex.h61 static inline status_t mutex_acquire(mutex_t *m) in mutex_acquire() function
/external/trusty/lk/lib/rust_support/
Dsync.rs47 unsafe fn mutex_acquire(mutex: *mut mutex_t) -> status_t { in mutex_acquire() function