MCPcopy Create free account
hub / github.com/Andy-Python-Programmer/aero / set_mask

Method set_mask

src/aero_kernel/src/userland/signals.rs:401–423  ·  view source on GitHub ↗

Used to update or read the signal mask of a task. ## Notes If `old_set` is not `None`, the previous value of the signal mask is stored in oldset. If `set` is `None`, then the signal mask is unchanged (i.e., `how` is ignored), but the current value of the signal mask is returned in `old_set` (if it is not `None`).

(&self, how: SigProcMask, set: Option<u64>, old_set: Option<&mut u64>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

interrupt_check_signalsFunction · 0.80
syscall_check_signalsFunction · 0.80
sigreturnFunction · 0.80
sigprocmaskFunction · 0.80
epoll_pwaitFunction · 0.80
pollFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected