/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/ |
H A D | eh_alloc.cc | 106 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_exception() local 146 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_exception() local 164 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_allocate_dependent_exception() local 203 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in __cxa_free_dependent_exception() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 187 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 199 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local 221 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local 263 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local 284 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local 437 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 478 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local 499 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_local() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 127 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
H A D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/debug/ |
H A D | safe_sequence.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 80 __gnu_cxx::__scoped_lock sentry(__from._M_get_mutex()); in _M_transfer_from_if() local 130 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_transfer_from_if() local
|
H A D | safe_unordered_container.tcc | 43 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_if() local 75 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex()); in _M_invalidate_local_if() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | debug.cc | 97 __gnu_cxx::__scoped_lock sentry(lhs_mutex); in lock_and_run() local 245 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 257 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_singular() local 279 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_revalidate_singular() local 303 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach() local 324 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach() local 477 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_all() local 500 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_attach_local() local 521 __gnu_cxx::__scoped_lock sentry(_M_get_mutex()); in _M_detach_local() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/ |
H A D | mt_allocator.cc | 81 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_destroy_thread_key() local 517 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local 639 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_get_thread_id() local 712 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local
|
H A D | locale_init.cc | 266 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in locale() local 278 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in global() local
|
H A D | locale.cc | 426 __gnu_cxx::__scoped_lock sentry(get_locale_cache_mutex()); in _M_install_cache() local
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/ |
H A D | mt_allocator.cc | 75 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_destroy_thread_key() local 511 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local 633 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_get_thread_id() local 706 __gnu_cxx::__scoped_lock sentry(get_freelist_mutex()); in _M_initialize() local
|
H A D | locale_init.cc | 228 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in locale() local 240 __gnu_cxx::__scoped_lock sentry(get_locale_mutex()); in global() local
|
H A D | locale.cc | 395 __gnu_cxx::__scoped_lock sentry(get_locale_cache_mutex()); in _M_install_cache() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | eh_alloc.cc | 141 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in allocate() local 193 __gnu_cxx::__scoped_lock sentry(emergency_mutex); in free() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
H A D | ostream.tcc | 47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry
|
H A D | istream.tcc | 47 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
H A D | ostream.tcc | 49 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry
|
H A D | istream.tcc | 49 sentry(basic_istream<_CharT, _Traits>& __in, bool __noskip) : _M_ok(false) in sentry() function in std::basic_istream::sentry
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | init.c | 2688 tree end, sentry, begin; in build_new_1() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | init.c | 3506 tree end, sentry, begin; in build_new_1() local
|
/dflybsd-src/sys/bus/cam/scsi/ |
H A D | scsi_cd.c | 2005 union msf_lba *sentry, *eentry; in cdioctl() local
|