Searched refs:sentry (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/config/cpu/generic/atomicity_mutex/
H A Datomicity.h49 __gnu_cxx::__scoped_lock sentry(atomic_mutex);
/freebsd-11-stable/contrib/libstdc++/config/cpu/sh/
H A Datomicity.h91 __gnu_cxx::__scoped_lock sentry(atomic_mutex);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_alloc.cc116 __gnu_cxx::__scoped_lock sentry(emergency_mutex);
161 __gnu_cxx::__scoped_lock sentry(emergency_mutex);
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_ostream.h98 class sentry;
99 friend class sentry;
147 * constructing a temporary object of type std::basic_ostream::sentry.
149 * status flag; see the sentry documentation for more.
151 * If the sentry status is good, the function tries to generate
237 * in that it also constructs a sentry object and has the same error
263 * std::basic_ostream::sentry. This has several effects, concluding
264 * with the setting of a status flag; see the sentry documentation
267 * If the sentry status is good, the function tries to generate
289 // Core write functionality, without sentry
384 class basic_ostream<_CharT, _Traits>::sentry class in class:basic_ostream
[all...]
H A Dstd_istream.h117 class sentry;
118 friend class sentry;
155 * constructing a temporary object of type std::basic_istream::sentry
158 * sentry documentation for more.
160 * If the sentry status is good, the function tries to extract
234 * in that it also constructs a sentry object and has the same error
268 * std::basic_istream::sentry with the second argument (noskipws)
270 * setting of a status flag; see the sentry documentation for more.
272 * If the sentry status is good, the function tries to extract
453 * If, after constructing the sentry objec
646 class basic_istream<_CharT, _Traits>::sentry class in class:basic_istream
[all...]
H A Dstd_bitset.h1237 typename std::basic_istream<_CharT, _Traits>::sentry __sentry(__is);
/freebsd-11-stable/contrib/libstdc++/src/
H A Ddebug.cc113 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
133 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
155 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
169 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
193 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
230 __gnu_cxx::__scoped_lock sentry(safe_base_mutex);
H A Distream.cc45 sentry __cerb(*this, true);
98 // 243. get and getline when sentry reports failure.
117 sentry __cerb(*this, true);
199 __istream_type::sentry __cerb(__in, false);
277 __istream_type::sentry __cerb(__in, false);
354 __istream_type::sentry __cerb(__in, true);
425 sentry __cerb(*this, true);
478 // 243. get and getline when sentry reports failure.
497 sentry __cerb(*this, true);
583 __istream_type::sentry __cer
[all...]
H A Dmt_allocator.cc68 __gnu_cxx::__scoped_lock sentry(freelist_mutex);
500 __gnu_cxx::__scoped_lock sentry(freelist_mutex);
621 __gnu_cxx::__scoped_lock sentry(freelist_mutex);
693 __gnu_cxx::__scoped_lock sentry(freelist_mutex);
H A Dcompatibility.cc67 sentry __cerb(*this, true);
133 sentry __cerb(*this, true);
H A Dlocale_init.cc215 __gnu_cxx::__scoped_lock sentry(get_locale_mutex());
226 __gnu_cxx::__scoped_lock sentry(get_locale_mutex());
H A Dlocale.cc392 __gnu_cxx::__scoped_lock sentry(locale_cache_mutex);
/freebsd-11-stable/contrib/libstdc++/include/debug/
H A Dsafe_sequence.h131 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex());
168 __gnu_cxx::__scoped_lock sentry(this->_M_get_mutex());
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dpool_allocator.h221 __scoped_lock sentry(_M_get_mutex());
251 __scoped_lock sentry(_M_get_mutex());
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dostream_insert.h84 typename __ostream_type::sentry __cerb(__out);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp611 WatchpointSentry *sentry = (WatchpointSentry *) sentry_void; local
612 sentry->DoReenable();
747 // This sentry object makes sure the current watchpoint is disabled
750 WatchpointSentry sentry(process_sp, wp_sp);
/freebsd-11-stable/contrib/gcc/cp/
H A Dinit.c1984 /* Ack! First we allocate the memory. Then we set our sentry
1986 memory if sentry is true. Then we run the constructor, and
1987 finally clear the sentry.
1995 tree end, sentry, begin;
2000 sentry = TARGET_EXPR_SLOT (begin);
2003 = build3 (COND_EXPR, void_type_node, sentry,
2006 end = build2 (MODIFY_EXPR, TREE_TYPE (sentry),
2007 sentry, boolean_false_node);
1993 tree end, sentry, begin; local
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.c1789 union msf_lba *sentry, *eentry; local
1811 sentry = &softc->toc.entries[st].addr;
1814 sentry->msf.minute,
1815 sentry->msf.second,
1816 sentry->msf.frame,
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dboost_shared_ptr.h203 __gnu_cxx::__scoped_lock sentry(*this);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.c7248 const struct ctl_cmd_entry *entry, *sentry; local
7270 sentry = &((const struct ctl_cmd_entry *)
7273 lun->be_lun->lun_type, sentry))
7342 sentry = &((const struct ctl_cmd_entry *)
7345 lun->be_lun->lun_type, sentry))
7351 scsi_ulto2b(sentry->length,

Completed in 572 milliseconds