OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_gc
(Results
1 - 2
of
2
) sorted by null
/external/openssh/
clientloop.c
819
struct global_confirm *gc, *
last_gc
;
local
822
last_gc
= TAILQ_LAST(&global_confirms, global_confirms);
823
if (
last_gc
&&
last_gc
->cb == cb &&
last_gc
->ctx == ctx) {
824
if (++
last_gc
->ref_count >= INT_MAX)
825
fatal("%s:
last_gc
->ref_count = %d",
826
__func__,
last_gc
->ref_count);
[
all
...]
/art/runtime/gc/
heap.cc
872
collector::GcType
last_gc
= WaitForConcurrentGcToComplete(self);
local
[
all
...]
Completed in 1584 milliseconds