Searched refs:thread (Results 1 - 2 of 2) sorted by relevance

/ec/ECSpooler/lib/
H A DSpooler.py11 import thread namespace
78 # doqueue thread (we will use only one thread)
81 self._doqueueThreadLock = thread.allocate_lock()
108 Starts a thread which checks the queue for new jobs.
110 # start a new thread which runs the doqueue-method
111 LOG.info('Starting scheduler thread (%s)...' % self._className)
120 Stops the scheduler thread and all backends before shutting down
123 # stop doqueue thread
124 LOG.info('Stopping scheduler thread (
[all...]
/ec/ECSpooler/backends/sql/lib/
H A Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...

Completed in 12 milliseconds