Home
last modified time | relevance | path

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

/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h312 static __inline__ bool TRY_LOCK(t_Handle h_Spinlock, volatile bool *p_Flag) in TRY_LOCK() function
/freebsd/sys/dev/oce/
H A Doce_if.h540 #define TRY_LOCK(lock) mtx_trylock(&(lock)->mutex) macro