Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dconcurrence.h207 typedef __mutex __mutex_type; typedef
210 __mutex_type& _M_device;
216 explicit __scoped_lock(__mutex_type& __name) : _M_device(__name) in __scoped_lock()
H A Dbitmap_allocator.h556 typedef __mutex __mutex_type;
568 __mutex_type&
571 static __mutex_type _S_mutex;
722 typedef free_list::__mutex_type __mutex_type;
829 static __mutex_type _S_mut;
1133 typename bitmap_allocator<_Tp>::__mutex_type
/freebsd-12.1/contrib/libstdc++/src/
H A Dbitmap_allocator.cc55 __mutex_type& __bfl_mutex = _M_get_mutex(); in _M_get()