Home
last modified time | relevance | path

Searched refs:num_active (Results 1 - 3 of 3) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_downstream_queue.cc35 : key(std::move(key)), num_active(0) {} in HostEntry()
88 ++ent.num_active; in mark_active()
109 return ent.num_active < conn_max_per_host_; in can_activate()
116 if (ent.blocked.empty() && ent.num_active == 0) { in remove_host_entry_if_empty()
135 --ent.num_active; in remove_and_get_blocked()
149 if (!next_blocked || ent.num_active >= conn_max_per_host_) { in remove_and_get_blocked()
H A Dshrpx_downstream_queue.h67 size_t num_active; member
/third_party/ltp/pan/
H A Dltp-pan.c107 static int check_pids(struct tag_pgrp *running, int *num_active,
170 int num_active = 0; in main() local
526 while ((num_active < keep_active) && (starts != 0)) { in main()
551 ++num_active; in main()
559 } /* while ((num_active < keep_active) && (starts != 0)) */ in main()
596 err = check_pids(running, &num_active, keep_active, logfile, in main()
615 if (stop && (num_active == 0)) in main()
618 if (go_idle && (num_active == 0)) { in main()
713 check_pids(struct tag_pgrp *running, int *num_active, int keep_active, in check_pids() argument
763 --*num_active; in check_pids()
[all...]

Completed in 3 milliseconds