shadow_shim_helper_rs::shim_shmem

Function take_pending_unblocked_signal

source
pub fn take_pending_unblocked_signal(
    lock: &HostShmemProtected,
    process: &ProcessShmem,
    thread: &ThreadShmem,
) -> Option<(Signal, siginfo_t)>
Expand description

Take the next unblocked thread- or process-directed signal.