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

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

Completed in 52 milliseconds