Home
last modified time | relevance | path

Searched refs:CLONE_SIGNAL (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/process/
H A Dkthread.rs289 CloneFlags::CLONE_VM | CloneFlags::CLONE_SIGNAL, in init_stage1()
316 CloneFlags::CLONE_VM | CloneFlags::CLONE_FS | CloneFlags::CLONE_SIGNAL, in init_stage2()
469 CloneFlags::CLONE_VM | CloneFlags::CLONE_FS | CloneFlags::CLONE_SIGNAL, in kthread_daemon()
H A Dfork.rs79 const CLONE_SIGNAL = 0x00010000 | 0x00000800; constant