Home
last modified time | relevance | path

Searched refs:sync_mutex_unlock (Results 1 – 6 of 6) sorted by relevance

/system/utest/core/sync-mutex/
A Dmutex.c32 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()
/system/ulib/sync/include/lib/sync/internal/
A Dcondition-template.h118 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()
/system/ulib/sync/include/lib/sync/
A Dmutex.h68 void sync_mutex_unlock(sync_mutex_t* mutex) __TA_RELEASE(mutex);
/system/utest/core/sync-condition/
A Dcondition.cpp17 sync_mutex_unlock(&mtx); in unlock()
/system/ulib/sync/
A Dcondition.cpp29 sync_mutex_unlock(mutex); in unlock()
A Dmutex.c91 void sync_mutex_unlock(sync_mutex_t* mutex) __TA_NO_THREAD_SAFETY_ANALYSIS { in sync_mutex_unlock() function

Completed in 6 milliseconds