Home
last modified time | relevance | path

Searched defs:sync_code (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/tests/
Dsync_mpsc.rs459 let sync_code = std::thread::spawn(move || { in blocking_recv() localVariable
484 let sync_code = std::thread::spawn(move || { in blocking_send() localVariable
/external/crosvm/media/cros-codecs/src/decoders/vp9/
Dparser.rs753 let sync_code = r.read_u32(24)?; in parse_frame_sync_code() localVariable