MCPcopy Create free account
hub / github.com/asterinas/vostd / tgkill

Function tgkill

kernel/src/process/kill.rs:71–102  ·  view source on GitHub ↗

Sends a signal to a target thread, using the current process as the sender. If `signal` is `None`, this method will only check permission without sending any signal.

(tid: Tid, tgid: Pid, signal: Option<UserSignal>, ctx: &Context)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

sys_tgkillFunction · 0.85

Calls 13

get_threadFunction · 0.85
newFunction · 0.85
as_posix_threadMethod · 0.80
mapMethod · 0.80
check_signal_permMethod · 0.80
is_exitedMethod · 0.45
unwrapMethod · 0.45
pidMethod · 0.45
processMethod · 0.45
numMethod · 0.45
as_refMethod · 0.45

Tested by

no test coverage detected