/third_party/rust/crates/tracing/tracing-flame/src/ |
D | lib.rs | 340 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/ |
D | support.rs | 309 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/ |
D | macros.rs | 9 } else if std::thread::panicking() {
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | ctxt.rs | 58 if !thread::panicking() && self.errors.borrow().is_some() { in drop()
|
/third_party/rust/crates/scopeguard/src/ |
D | lib.rs | 237 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/ |
D | subscriber.rs | 352 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/ |
D | timer.rs | 180 if !std::thread::panicking() { in drop()
|
D | timerfd.rs | 207 if !std::thread::panicking() { in drop()
|
D | signalfd.rs | 123 if !std::thread::panicking() && e == Err(Errno::EBADF) { in drop()
|
D | aio.rs | 206 thread::panicking() || !self.in_progress, in drop()
|
/third_party/rust/crates/nix/test/ |
D | test.rs | 120 if std::thread::panicking() { in drop()
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/ |
D | server.rs | 14 if !thread::panicking() { in drop()
|
/third_party/rust/crates/version_check/ |
D | README.md | 67 don't care about panicking if the version cannot be obtained, or if you don't
|
/third_party/rust/crates/pin-project-lite/tests/ |
D | drop_order.rs | 13 if !thread::panicking() { in drop()
|
/third_party/rust/crates/nix/src/ |
D | dir.rs | 98 if !std::thread::panicking() && e == Err(Errno::EBADF) { in drop()
|
/third_party/rust/crates/tracing/tracing-subscriber/src/registry/ |
D | sharded.rs | 349 None if std::thread::panicking() => return false, in try_close() 354 if !std::thread::panicking() { in try_close()
|
/third_party/rust/crates/signal-hook/ |
D | CHANGELOG.md | 151 * Abort instead of panicking if the OS gives us NULL as siginfo (which is
|
/third_party/rust/crates/num-traits/ |
D | RELEASES.md | 46 least `2..=36` without panicking, but `Err` may be returned otherwise.
|
/third_party/rust/crates/clang-sys/ |
D | CHANGELOG.md | 84 - Fixed `Clang::find` panicking when `llvm-config` or `xcode-build` don't output anything to `stdou…
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 480 * `SslRef::servername` now returns `None` rather than panicking on a non-UTF8 name.
|
/third_party/rust/crates/nom/ |
D | CHANGELOG.md | 359 …(I, O), E>` by removing the distinction between `Error` and `Failure` and panicking on `Incomplete`
|
/third_party/rust/crates/nix/ |
D | CHANGELOG.md | 72 - Fix `User::from_name` and `Group::from_name` panicking
|
/third_party/rust/crates/aho-corasick/bench/data/ |
D | words-15000 | 7514 panicking
|
/third_party/rust/crates/clap/ |
D | CHANGELOG.md | 3194 * **Unicode:** allows non-panicking on invalid unicode characters ([c5bf7ddc](https://github.com/c…
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 7602 if !std::thread::panicking() {
|