Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio/src/runtime/blocking/
Dpool.rs107 num_notify: u32, field
219 num_notify: 0, in new()
445 shared.num_notify += 1; in spawn_task()
525 if shared.num_notify != 0 { in run()
529 shared.num_notify -= 1; in run()