Home
last modified time | relevance | path

Searched refs:panicking (Results 1 – 25 of 25) sorted by relevance

/third_party/rust/crates/tracing/tracing-flame/src/
Dlib.rs340 if !std::thread::panicking() { in flush()
422 let panicking = std::thread::panicking(); in on_exit() localVariable
425 if panicking { in on_exit()
432 if panicking { in on_exit()
/third_party/rust/crates/tracing/tracing-subscriber/tests/
Dsupport.rs309 if std::thread::panicking() { in on_exit()
338 if std::thread::panicking() { in on_close()
357 if !::std::thread::panicking() { in on_close()
365 if !::std::thread::panicking() { in on_close()
/third_party/rust/crates/tracing/tracing-subscriber/src/
Dmacros.rs9 } else if std::thread::panicking() {
/third_party/rust/crates/serde/serde_derive/src/internals/
Dctxt.rs58 if !thread::panicking() && self.errors.borrow().is_some() { in drop()
/third_party/rust/crates/scopeguard/src/
Dlib.rs237 fn should_run() -> bool { std::thread::panicking() } in should_run()
243 fn should_run() -> bool { !std::thread::panicking() } in should_run()
/third_party/rust/crates/tracing/tracing-mock/src/
Dsubscriber.rs352 if std::thread::panicking() { in exit()
441 if !::std::thread::panicking() { in drop_span()
447 if !::std::thread::panicking() { in drop_span()
/third_party/rust/crates/nix/src/sys/
Dtimer.rs180 if !std::thread::panicking() { in drop()
Dtimerfd.rs207 if !std::thread::panicking() { in drop()
Dsignalfd.rs123 if !std::thread::panicking() && e == Err(Errno::EBADF) { in drop()
Daio.rs206 thread::panicking() || !self.in_progress, in drop()
/third_party/rust/crates/nix/test/
Dtest.rs120 if std::thread::panicking() { in drop()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
Dserver.rs14 if !thread::panicking() { in drop()
/third_party/rust/crates/version_check/
DREADME.md67 don't care about panicking if the version cannot be obtained, or if you don't
/third_party/rust/crates/pin-project-lite/tests/
Ddrop_order.rs13 if !thread::panicking() { in drop()
/third_party/rust/crates/nix/src/
Ddir.rs98 if !std::thread::panicking() && e == Err(Errno::EBADF) { in drop()
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/
Dsharded.rs349 None if std::thread::panicking() => return false, in try_close()
354 if !std::thread::panicking() { in try_close()
/third_party/rust/crates/signal-hook/
DCHANGELOG.md151 * Abort instead of panicking if the OS gives us NULL as siginfo (which is
/third_party/rust/crates/num-traits/
DRELEASES.md46 least `2..=36` without panicking, but `Err` may be returned otherwise.
/third_party/rust/crates/clang-sys/
DCHANGELOG.md84 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou…
/third_party/rust/crates/rust-openssl/openssl/
DCHANGELOG.md480 * `SslRef::servername` now returns `None` rather than panicking on a non-UTF8 name.
/third_party/rust/crates/nom/
DCHANGELOG.md359 …(I, O), E>` by removing the distinction between `Error` and `Failure` and panicking on `Incomplete`
/third_party/rust/crates/nix/
DCHANGELOG.md72 - Fix `User::from_name` and `Group::from_name` panicking
/third_party/rust/crates/aho-corasick/bench/data/
Dwords-150007514 panicking
/third_party/rust/crates/clap/
DCHANGELOG.md3194 * **Unicode:** allows non-panicking on invalid unicode characters ([c5bf7ddc](https://github.com/c…
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs7602 if !std::thread::panicking() {