Home | History | Annotate | Download | only in scheduler

Lines Matching refs:PidfileContents

105 class PidfileContents(object):
178 # maps PidfileId to PidfileContents
388 contents = PidfileContents()
816 Retrieve a PidfileContents object for the given pidfile_id. If
825 return pidfile_map.get(pidfile_id, PidfileContents())