Home
last modified time | relevance | path

Searched defs:idle_state (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc144 gpr_atm idle_state; member
156 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in increase_call_count() local
184 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in decrease_call_count() local
312 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in max_idle_timer_cb() local
/external/grpc-grpc/src/core/ext/filters/max_age/
Dmax_age_filter.cc145 gpr_atm idle_state; member
157 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in increase_call_count() local
185 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in decrease_call_count() local
271 gpr_atm idle_state = gpr_atm_acq_load(&chand->idle_state); in max_idle_timer_cb() local
/external/rust/crates/rayon-core/src/
Dregistry.rs717 let mut idle_state = self.registry.sleep.start_looking(self.index, latch); in wait_until_cold() localVariable
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp2745 auto idle_state = CommandHandlingState::eIdle; in StartHandlingCommand() local