Home
last modified time | relevance | path

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

/qemu/rust/qemu-api/tests/
H A Dtests.rs113 static ONCE: BqlCell<bool> = BqlCell::new(false); in init_qom() variable
116 if !ONCE.get() { in init_qom()
120 ONCE.set(true); in init_qom()