Home | History | Annotate | Download | only in ext

Lines Matching refs:_M_mutex

147     __gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT;
149 __gthread_mutex_t _M_mutex;
160 __GTHREAD_MUTEX_INIT_FUNCTION(&_M_mutex);
168 __gthread_mutex_destroy(&_M_mutex);
177 if (__gthread_mutex_lock(&_M_mutex) != 0)
188 if (__gthread_mutex_unlock(&_M_mutex) != 0)
195 { return &_M_mutex; }
202 __gthread_recursive_mutex_t _M_mutex = __GTHREAD_RECURSIVE_MUTEX_INIT;
204 __gthread_recursive_mutex_t _M_mutex;
215 __GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION(&_M_mutex);
223 _S_destroy(&_M_mutex);
232 if (__gthread_recursive_mutex_lock(&_M_mutex) != 0)
243 if (__gthread_recursive_mutex_unlock(&_M_mutex) != 0)
250 { return &_M_mutex; }