Searched defs:threading (Results 1 - 16 of 16) sorted by relevance
/pkg/src/modules/ |
H A D | nrlock.py | 26 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 D | pipeutils.py | 81 import threading namespace 514 t = threading.Thread(
|
H A D | query_parser.py | 33 import threading namespace 1082 threading.Lock()).acquire()
|
H A D | catalog.py | 39 import threading namespace 1437 self.__lock = threading.Lock()
|
H A D | misc.py | 51 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 D | t_printengine.py | 36 import threading namespace 65 t = threading.Thread(target=__drain, args=(masterf,))
|
H A D | t_async_rpc.py | 38 import threading namespace 137 threading.Thread
|
H A D | t_progress.py | 36 import threading namespace 356 t = threading.Thread(target=__drain, args=(masterf,))
|
/pkg/src/modules/portable/ |
H A D | os_windows.py | 41 import threading namespace 140 cache_lock = threading.Lock()
|
/pkg/src/tests/cli/ |
H A D | t_pkglint.py | 36 import threading namespace
|
/pkg/src/util/apache2/sysrepo/ |
H A D | sysrepo_p5p.py | 32 import threading namespace 54 p5p_update_lock = threading.Lock()
|
/pkg/src/modules/client/ |
H A D | query_parser.py | 26 import threading namespace 206 threading.Lock()).acquire()
|
H A D | api.py | 70 import threading namespace 409 self.__cancel_cv = threading.Condition(self.__cancel_lock)
|
/pkg/src/util/apache2/depot/ |
H A D | depot_index.py | 34 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 D | depot.py | 58 import threading namespace 2127 self.__thread = threading.Thread(target=self.run)
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 64 import threading namespace 412 t = threading.Thread(target=__drain,
|
Completed in 104 milliseconds