Searched defs:TRY_LOCK (Results 1 – 2 of 2) sorted by relevance
312 static __inline__ bool TRY_LOCK(t_Handle h_Spinlock, volatile bool *p_Flag) in TRY_LOCK() function
540 #define TRY_LOCK(lock) mtx_trylock(&(lock)->mutex) macro