Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/cvmx-malloc/
H A Dthread-m.h50 #define mutex_trylock(m) (cvmx_spinlock_trylock(m)) macro
59 #define mutex_trylock(m) (*(m) ? 1 : ((*(m) = 1), 0)) macro