Home
last modified time | relevance | path

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

/PHP-8.0/sapi/litespeed/
H A Dlscriu.c600 GlobalCounterType_t gc_type = CRIU_GCOUNTER_SHM; in LSCRIU_Init_Env_Parameters() local
608 gc_type = CRIU_GCOUNTER_SIG; // Just assume the rest is signals in LSCRIU_Init_Env_Parameters()
619 gc_type = CRIU_GCOUNTER_SIG; in LSCRIU_Init_Env_Parameters()
621 gc_type = CRIU_GCOUNTER_PIPE; // The only case for pipe in LSCRIU_Init_Env_Parameters()
624 if (gc_type != CRIU_GCOUNTER_SHM) { in LSCRIU_Init_Env_Parameters()
626 gc_type == CRIU_GCOUNTER_SIG ? "signals" : "pipe"); in LSCRIU_Init_Env_Parameters()
632 LSCRIU_Set_Global_Counter_Type(gc_type); in LSCRIU_Init_Env_Parameters()

Completed in 6 milliseconds