Searched refs:uv_mutex_trylock (Results 1 – 6 of 6) sorted by relevance
62 ASSERT_OK(uv_mutex_trylock(&mutex)); in TEST_IMPL()
349 int uv_mutex_trylock(uv_mutex_t* mutex) { in uv_mutex_trylock() function602 if (uv_mutex_trylock(&sem->mutex) != 0) in uv__custom_sem_trywait()
293 int uv_mutex_trylock(uv_mutex_t* mutex) { in uv_mutex_trylock() function
87 int uv_mutex_trylock(uv_mutex_t* handle);90 The ``uv_mutex_init()``, ``uv_mutex_init_recursive()`` and ``uv_mutex_trylock()``95 Similarly ``uv_mutex_trylock()`` will abort if the error is anything *other
181 .. c:function:: int uv_mutex_trylock(uv_mutex_t* handle)
1829 UV_EXTERN int uv_mutex_trylock(uv_mutex_t* handle);
Completed in 22 milliseconds