Home
last modified time | relevance | path

Searched defs:sighand_struct (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.8/kernel/src/include/DragonOS/
Dsignal.h130 struct sighand_struct struct
132 spinlock_t siglock;
133 refcount_t count;
135 struct sigaction action[MAX_SIG_NUM];
/DragonOS-0.1.8/kernel/src/ipc/
Dsignal_types.rs230 pub struct sighand_struct { struct
236 impl Default for sighand_struct { argument
439 impl FFIBind2Rust<crate::include::bindings::bindings::sighand_struct> for sighand_struct { implementation
441 src: *mut crate::include::bindings::bindings::sighand_struct, in convert_mut()
446 src: *const crate::include::bindings::bindings::sighand_struct, in convert_ref()
Dsignal.rs157 ) -> Option<&'a mut sighand_struct> { in lock_process_sighand()