Searched refs:sm_trylock (Results 1 – 3 of 3) sorted by relevance
138 extern mutex_t sm_trylock; /* Lock to single thread sm_try */
650 if (mutex_trylock(&sm_trylock)) in sm_try()702 mutex_unlock(&sm_trylock); in sm_try()
127 mutex_t sm_trylock; variable