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

/openbsd-current/gnu/gcc/libstdc++-v3/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.h555 typedef __mutex __mutex_type; typedef in class:free_list
566 __mutex_type&
569 static __mutex_type _S_mutex;
720 typedef free_list::__mutex_type __mutex_type; typedef in class:bitmap_allocator
827 static __mutex_type _S_mut;
1131 typename bitmap_allocator<_Tp>::__mutex_type
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dbitmap_allocator.cc55 __mutex_type& __bfl_mutex = _M_get_mutex();

Completed in 370 milliseconds