shadow_
shmem
0.0.0
In shadow_
shmem::
raw_
syscall
Constants
S_IRGRP
S_IRUSR
S_IWGRP
S_IWUSR
Functions
clock_monotonic_gettime
close
fsync
ftruncate
getpid
gettid
kill
mmap
munmap
open
tgkill
unlink
write
shadow_shmem
::
raw_syscall
Function
kill
Copy item path
Settings
Help
Summary
Source
pub fn kill(pid:
i32
, signal:
i32
) ->
Result
<
()
,
Errno
>