(num)
| 138 | |
| 139 | |
| 140 | def changeScanCount(num): |
| 141 | if th.thread_mode: th.scan_count_lock.acquire() |
| 142 | th.scan_count += num |
| 143 | if th.thread_mode: th.scan_count_lock.release() |
| 144 | |
| 145 | |
| 146 | def changeThreadCount(num): |
no outgoing calls
no test coverage detected