Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Devent.d106 pthread_mutex_init(cast(pthread_mutex_t*) &m_mutex, null) == 0 || in initialize()
156 pthread_mutex_destroy(&m_mutex) == 0 || in terminate()
178 pthread_mutex_lock(&m_mutex); in set()
181 pthread_mutex_unlock(&m_mutex); in set()
198 pthread_mutex_lock(&m_mutex); in reset()
200 pthread_mutex_unlock(&m_mutex); in reset()
256 pthread_mutex_lock(&m_mutex); in wait()
263 result = pthread_cond_wait(&m_cond, &m_mutex); in wait()
272 result = pthread_cond_timedwait(&m_cond, &m_mutex, &t); in wait()
278 pthread_mutex_unlock(&m_mutex); in wait()
[all …]