Home
last modified time | relevance | path

Searched refs:_guard (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs232 let _guard = tests::ASYNC_LOCK.lock().unwrap(); localVariable
237 drop(_guard); // Prevent poisonning other tests if a panic occurs
245 let _guard = tests::ASYNC_LOCK.lock().unwrap(); localVariable
250 drop(_guard); // Prevent poisonning other tests if a panic occurs
472 let _guard = ASYNC_LOCK.lock().unwrap(); in simple_flag() localVariable
482 let _guard = ASYNC_LOCK.lock().unwrap(); in parsing_failure() localVariable
494 let _guard = ASYNC_LOCK.lock().unwrap(); in int_flag() localVariable
500 let _guard = ASYNC_LOCK.lock().unwrap(); in explicit_flag() localVariable
523 let _guard = ASYNC_LOCK.lock().unwrap(); in test_redact_logging() localVariable
534 let _guard = ASYNC_LOCK.lock().unwrap(); in test_runtime_update() localVariable
[all …]
/packages/modules/Virtualization/pvmfw/src/
Dexceptions.rs91 let _guard = logger::suppress(); in sync_exception_current() localVariable
/packages/modules/Virtualization/vmbase/example/src/
Dmain.rs260 let _guard = logger::suppress(); in emit_suppressed_log() localVariable