pub fn sys_event_send_direct(trapframe: &mut Trapframe) -> usizeExpand description
Send a direct process control event to a target task
Arguments:
- target_tid: u32
- kind: u32 (0=Terminate,1=Kill,2=Stop,3=Continue,4=Interrupt,5=Quit,6=Hangup,7=ChildExit,8=PipeBroken,9=Alarm,10=IoReady,1000+=User(kind-1000))
- reliable: u32 (0/1)
- priority: u32 (1=Low,2=Normal,3=High,4=Critical)