Searched refs:sync_mutex_lock (Results 1 – 6 of 6) sorted by relevance
30 sync_mutex_lock(&g_mutex); in mutex_thread_1()43 sync_mutex_lock(&g_mutex); in mutex_thread_2()56 sync_mutex_lock(&g_mutex); in mutex_thread_3()161 sync_mutex_lock(&args->mutex); in test_timeout_helper()
104 sync_mutex_lock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in timedwait()146 sync_mutex_lock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in timedwait()251 sync_mutex_lock(reinterpret_cast<sync_mutex_t*>(&c->lock)); in signal()
40 void sync_mutex_lock(sync_mutex_t* mutex) __TA_ACQUIRE(mutex);
13 sync_mutex_lock(&mtx); in lock()
18 sync_mutex_lock(mutex); in lock()
72 void sync_mutex_lock(sync_mutex_t* mutex) __TA_NO_THREAD_SAFETY_ANALYSIS { in sync_mutex_lock() function
Completed in 12 milliseconds