MCPcopy
hub / github.com/Xyntax/POC-T / setThreadLock

Function setThreadLock

lib/controller/engine.py:117–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115
116
117def setThreadLock():
118 if th.thread_mode:
119 th.found_count_lock = threading.Lock()
120 th.scan_count_lock = threading.Lock()
121 th.thread_count_lock = threading.Lock()
122 th.file_lock = threading.Lock()
123 th.load_lock = threading.Lock()
124
125
126def setThreadDaemon(thread):

Callers 1

initEngineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected