Searched refs:sync_mutex_unlock (Results 1 – 6 of 6) sorted by relevance
32 sync_mutex_unlock(&g_mutex); in mutex_thread_1()45 sync_mutex_unlock(&g_mutex); in mutex_thread_2()58 sync_mutex_unlock(&g_mutex); in mutex_thread_3()79 sync_mutex_unlock(&g_mutex); in mutex_try_thread_1()95 sync_mutex_unlock(&g_mutex); in mutex_try_thread_2()111 sync_mutex_unlock(&g_mutex); in mutex_try_thread_3()168 sync_mutex_unlock(&args->mutex); in test_timeout_helper()
118 sync_mutex_unlock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in timedwait()161 sync_mutex_unlock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in timedwait()279 sync_mutex_unlock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in signal()
68 void sync_mutex_unlock(sync_mutex_t* mutex) __TA_RELEASE(mutex);
17 sync_mutex_unlock(&mtx); in unlock()
29 sync_mutex_unlock(mutex); in unlock()
91 void sync_mutex_unlock(sync_mutex_t* mutex) __TA_NO_THREAD_SAFETY_ANALYSIS { in sync_mutex_unlock() function
Completed in 6 milliseconds