Home
last modified time | relevance | path

Searched defs:_STL_mutex_lock (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dstl_threads.h157 struct _STL_mutex_lock struct
161 volatile int _M_init_flag;
162 __gthread_once_t _M_once;
164 __gthread_mutex_t _M_lock;
167 _M_initialize() in _M_initialize()
195 _M_acquire_lock() in _M_acquire_lock()
224 // A locking class that uses _STL_mutex_lock. The constructor takes a argument