Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlscriu.c602 GlobalCounterType_t gc_type = CRIU_GCOUNTER_SHM; in LSCRIU_Init_Env_Parameters() local
610 gc_type = CRIU_GCOUNTER_SIG; // Just assume the rest is signals in LSCRIU_Init_Env_Parameters()
621 gc_type = CRIU_GCOUNTER_SIG; in LSCRIU_Init_Env_Parameters()
623 gc_type = CRIU_GCOUNTER_PIPE; // The only case for pipe in LSCRIU_Init_Env_Parameters()
626 if (gc_type != CRIU_GCOUNTER_SHM) { in LSCRIU_Init_Env_Parameters()
628 gc_type == CRIU_GCOUNTER_SIG ? "signals" : "pipe"); in LSCRIU_Init_Env_Parameters()
633 LSCRIU_Set_Global_Counter_Type(gc_type); in LSCRIU_Init_Env_Parameters()

Completed in 5 milliseconds