Searched defs:threading (Results 1 - 16 of 16) sorted by relevance

/pkg/src/modules/
H A Dnrlock.py26 import threading namespace
35 class _NRLock(threading._RLock):
38 type, threading.Lock(), is non-reentrant but it doesn't support any
44 threading._RLock.__init__(self)
49 return threading._RLock.acquire(self, blocking)
80 threading._RLock.release(self)
H A Dpipeutils.py81 import threading namespace
514 t = threading.Thread(
H A Dquery_parser.py33 import threading namespace
1082 threading.Lock()).acquire()
H A Dcatalog.py39 import threading namespace
1437 self.__lock = threading.Lock()
H A Dmisc.py51 import threading namespace
1347 """This has the same external interface as threading.Lock,
2599 because the threading module (which invokes this function)
2652 self.__thread = threading.Thread(target=self.__thread_cb,
/pkg/src/tests/api/
H A Dt_printengine.py36 import threading namespace
65 t = threading.Thread(target=__drain, args=(masterf,))
H A Dt_async_rpc.py38 import threading namespace
137 threading.Thread
H A Dt_progress.py36 import threading namespace
356 t = threading.Thread(target=__drain, args=(masterf,))
/pkg/src/modules/portable/
H A Dos_windows.py41 import threading namespace
140 cache_lock = threading.Lock()
/pkg/src/tests/cli/
H A Dt_pkglint.py36 import threading namespace
/pkg/src/util/apache2/sysrepo/
H A Dsysrepo_p5p.py32 import threading namespace
54 p5p_update_lock = threading.Lock()
/pkg/src/modules/client/
H A Dquery_parser.py26 import threading namespace
206 threading.Lock()).acquire()
H A Dapi.py70 import threading namespace
409 self.__cancel_cv = threading.Condition(self.__cancel_lock)
/pkg/src/util/apache2/depot/
H A Ddepot_index.py34 import threading namespace
66 repository_lock = threading.Lock()
211 self.__thread = threading.Thread(target=self.run)
214 self.__keep_busy_thread = threading.Thread(
/pkg/src/modules/server/
H A Ddepot.py58 import threading namespace
2127 self.__thread = threading.Thread(target=self.run)
/pkg/src/tests/
H A Dpkg5unittest.py64 import threading namespace
412 t = threading.Thread(target=__drain,

Completed in 104 milliseconds