Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/libsupc++/
H A Deh_alloc.cc106 __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 Ddebug.cc187 __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 Dsafe_sequence.tcc43 __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 Dsafe_unordered_container.tcc43 __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 Dsafe_sequence.tcc43 __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 Dsafe_unordered_container.tcc43 __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 Ddebug.cc97 __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 Dmt_allocator.cc81 __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 Dlocale_init.cc266 __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 Dlocale.cc426 __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 Dmt_allocator.cc75 __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 Dlocale_init.cc228 __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 Dlocale.cc395 __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 Deh_alloc.cc141 __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 Dostream.tcc47 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry
H A Distream.tcc47 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 Dostream.tcc49 sentry(basic_ostream<_CharT, _Traits>& __os) in sentry() function in std::basic_ostream::sentry
H A Distream.tcc49 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 Dinit.c2688 tree end, sentry, begin; in build_new_1() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dinit.c3506 tree end, sentry, begin; in build_new_1() local
/dflybsd-src/sys/bus/cam/scsi/
H A Dscsi_cd.c2005 union msf_lba *sentry, *eentry; in cdioctl() local