OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:idle_state
(Results
1 - 2
of
2
) sorted by null
/external/grpc-grpc/src/core/ext/filters/max_age/
max_age_filter.cc
42
/* States for
idle_state
in channel_data */
97
/* '
idle_state
' holds the states of max_idle_timer and channel idleness.
100
|
idle_state
| max_idle_timer | channel |
108
MAX_IDLE_STATE_INIT: The initial and final state of '
idle_state
'. The
130
idle_state
is MAX_IDLE_STATE_TIMER_SET), the channel will be closed due to
145
gpr_atm
idle_state
;
member in struct:__anon22997::channel_data
157
gpr_atm
idle_state
= gpr_atm_acq_load(&chand->
idle_state
);
local
158
switch (
idle_state
) {
160
/* max_idle_timer_cb may have already set
idle_state
t
185
gpr_atm
idle_state
= gpr_atm_acq_load(&chand->
idle_state
);
local
271
gpr_atm
idle_state
= gpr_atm_acq_load(&chand->
idle_state
);
local
[
all
...]
/external/grpc-grpc/src/php/tests/unit_tests/
EndToEndTest.php
517
$
idle_state
= $this->channel->getConnectivityState();
variable
518
$this->assertTrue($
idle_state
== Grpc\CHANNEL_IDLE);
525
$
idle_state
, $deadline));
530
$
idle_state
= $this->channel->getConnectivityState(true);
variable
531
$this->assertTrue($
idle_state
== Grpc\CHANNEL_IDLE);
538
$
idle_state
, $deadline));
541
$this->assertTrue($
idle_state
!= $new_state);
546
$
idle_state
= $this->channel->getConnectivityState();
variable
547
$this->assertTrue($
idle_state
== Grpc\CHANNEL_IDLE);
554
$
idle_state
, $deadline))
[
all
...]
Completed in 694 milliseconds