Home
last modified time | relevance | path

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

/dports/comms/tlf/tlf-tlf-1.4.1/src/
H A Dbackground_process.c72 static int stop_backgrnd_process = 1; /* dont start until we know what we are doing */ variable
81 assert(stop_backgrnd_process == 0); in stop_background_process()
82 stop_backgrnd_process = 1; in stop_background_process()
89 assert(stop_backgrnd_process == 1); in start_background_process()
90 stop_backgrnd_process = 0; in start_background_process()
97 if (stop_backgrnd_process) { in background_process_wait()
159 if (stop_backgrnd_process == 0) { in background_process()
198 && (stop_backgrnd_process != 1)) { in background_process()
/dports/comms/tlf/tlf-tlf-1.4.1/test/
H A Ddata.c396 int stop_backgrnd_process = 1; /* dont start until we know what we are doing */ variable