Searched refs:MUTEX_IS_UNLOCKED (Results 1 – 1 of 1) sorted by relevance
19 #define MUTEX_IS_UNLOCKED(value) (((value) & 0xffff) == 0x0000) macro396 if (MUTEX_IS_UNLOCKED(tmp)) { in nfp_cpp_mutex_trylock()