Searched refs:threading (Results 1 - 5 of 5) sorted by relevance

/ec/ECSpooler/tests/
H A DtestSOAPWrapper.py9 import threading namespace
/ec/ECSpooler/lib/
H A DService.py10 import threading namespace
97 self._serverThread = threading.Thread(target=self._XMLRPCThread)
H A DBackend.py10 import sys, os, threading, signal namespace
177 sT = threading.Timer(0.5, self._stop, (signal.SIGTERM, None))
H A DProgrammingBackend.py11 #import sys, os, re, popen2, tempfile, threading, signal, traceback
12 import sys, os, subprocess, tempfile, threading, signal, traceback namespace
386 timer = threading.Timer(self.PROCESS_WAIT_TIME, interruptProcess)
H A DSpooler.py12 import threading namespace
83 #self._doqueueThreadCond = threading.Condition()
112 self._doqueueThread = threading.Thread(target=self._doqueue)
558 and managed by the threading.Thread class. _doqueue() runs in a
602 threading.Thread(target=self._processJob, args=(backend, job)).start()

Completed in 1260 milliseconds