Searched refs:_guard (Results 1 – 5 of 5) sorted by relevance
173 let _guard = tests::ASYNC_LOCK.lock().unwrap(); localVariable178 drop(_guard); // Prevent poisonning other tests if a panic occurs280 let _guard = ASYNC_LOCK.lock().unwrap(); in simple_flag() localVariable286 let _guard = ASYNC_LOCK.lock().unwrap(); in parsing_failure() localVariable296 let _guard = ASYNC_LOCK.lock().unwrap(); in int_flag() localVariable302 let _guard = ASYNC_LOCK.lock().unwrap(); in test_redact_logging() localVariable
41 let _guard = logger::suppress(); in sync_exception_current() localVariable
40 let _guard = logger::suppress(); in sync_exception_current() localVariable
247 let _guard = logger::suppress(); in emit_suppressed_log() localVariable
117 let (_guard, wait_result) = SERVICE_VM_SHUTDOWN in wait_until_service_vm_shuts_down()