Searched refs:gc_type (Results 1 – 1 of 1) sorted by relevance
627 GlobalCounterType_t gc_type = CRIU_GCOUNTER_SHM; in LSCRIU_Init_Env_Parameters() local635 gc_type = CRIU_GCOUNTER_SIG; // Just assume the rest is signals in LSCRIU_Init_Env_Parameters()646 gc_type = CRIU_GCOUNTER_SIG; in LSCRIU_Init_Env_Parameters()648 gc_type = CRIU_GCOUNTER_PIPE; // The only case for pipe in LSCRIU_Init_Env_Parameters()651 if (gc_type != CRIU_GCOUNTER_SHM) { in LSCRIU_Init_Env_Parameters()653 gc_type == CRIU_GCOUNTER_SIG ? "signals" : "pipe"); in LSCRIU_Init_Env_Parameters()658 LSCRIU_Set_Global_Counter_Type(gc_type); in LSCRIU_Init_Env_Parameters()
Completed in 8 milliseconds