Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ kill
Method
kill
ci/util/pio_process_killer.py:390–392 ·
view source on GitHub ↗
Kill the process.
(self)
Source
from the content-addressed store, hash-verified
388
self._proc.terminate()
389
390
def
kill(self) -> None:
391
""
"Kill the process."
""
392
self._proc.kill()
393
394
def
unregister(self) -> None:
395
""
"Unregister the process from tracking."
""
Callers
15
_run_with_timeout
Method · 0.80
process_exists
Function · 0.80
kill_stale_runner_processes
Function · 0.80
_is_stale
Method · 0.80
_kill_active_procs
Function · 0.80
run_meson_test
Function · 0.80
_kill_zombie_zccache
Function · 0.80
test_real_force_kill_and_auto_recovery
Method · 0.80
test_buildlock_auto_recovery
Method · 0.80
test_multiple_sequential_recoveries
Method · 0.80
main
Function · 0.80
_run_parallel
Method · 0.80
Calls
no outgoing calls
Tested by
9
run_meson_test
Function · 0.64
test_real_force_kill_and_auto_recovery
Method · 0.64
test_buildlock_auto_recovery
Method · 0.64
test_multiple_sequential_recoveries
Method · 0.64
kill_process_tree
Function · 0.64
_handle_process_completion
Function · 0.64
_handle_stuck_processes
Function · 0.64
run_test_with_deadlock_detection
Function · 0.64
main
Function · 0.64