Searched refs:exit_code_file (Results 1 – 3 of 3) sorted by relevance
45 exit_code_file = open(os.path.join(logdir, 'exit_code')) variable46 fcntl.flock(exit_code_file, fcntl.LOCK_EX)49 exit_code = exit_code_file.read()55 fcntl.flock(exit_code_file, fcntl.LOCK_UN)56 exit_code_file.close()
1 …exit_code_file.\n13:22:48 INFO | autoserv| Released lock of exit_code_file and closed it.\n13:22:5…
1 … 22 14:20:30\t\n14:20:31 INFO | Got lock of exit_code_file.\n14:20:31 INFO | Released lock of exit…