Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dmp_pcb.c75 boolean_t t, gc; in mp_timeout() local
87 gc = mp_garbage_collecting; in mp_timeout()
93 if (gc || t) { in mp_timeout()
98 if ((gc && mppi->mppi_gc != NULL) || in mp_timeout()
101 if (gc && mppi->mppi_gc != NULL) { in mp_timeout()
H A Din_pcb.c358 boolean_t t, gc; in inpcb_timeout() local
372 gc = inpcb_garbage_collecting; in inpcb_timeout()
378 if (gc || t) { in inpcb_timeout()
386 if (gc && ipi->ipi_gc != NULL) { in inpcb_timeout()
/xnu-8796.121.2/tests/
H A Duipc_uaf.c106 pthread_t gc; variable
107 T_ASSERT_POSIX_SUCCESS(pthread_create(&gc, NULL, trigger_unp_gc, NULL), "pthread_create");
/xnu-8796.121.2/tools/lldbmacros/core/
H A Dcaching.py77 import gc
187 gc.collect()
206 gc.collect()