Home
last modified time | relevance | path

Searched refs:RFSTOPPED (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/sys/
H A Dunistd.h183 #define RFSTOPPED (1<<17) /* leave child in a stopped state */ macro
196 RFTHREAD | RFSIGSHARE | RFLINUXTHPN | RFSTOPPED | RFHIGHPID | RFTSIGZMB | \
198 #define RFKERNELONLY (RFSTOPPED | RFHIGHPID | RFPROCDESC)
/f-stack/freebsd/kern/
H A Dkern_idle.c69 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup()
73 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
H A Dkern_kthread.c97 fr.fr_flags = RFMEM | RFFDG | RFPROC | RFSTOPPED | flags; in kproc_create()
148 if (!(flags & RFSTOPPED)) in kproc_create()
325 if (!(flags & RFSTOPPED)) { in kthread_add()
H A Dsubr_taskqueue.c693 &tq->tq_threads[i], RFSTOPPED, 0, "%s", ktname); in _taskqueue_start_threads()
696 &tq->tq_threads[i], RFSTOPPED, 0, in _taskqueue_start_threads()
H A Dsubr_gtaskqueue.c473 &tq->tq_threads[i], RFSTOPPED, 0, "%s", ktname); in _gtaskqueue_start_threads()
476 &tq->tq_threads[i], RFSTOPPED, 0, in _gtaskqueue_start_threads()
H A Dkern_fork.c762 if ((fr->fr_flags & RFSTOPPED) == 0) { in do_fork()
839 if ((flags & RFSTOPPED) != 0) in fork1()
H A Dinit_main.c800 fr.fr_flags = RFFDG | RFPROC | RFSTOPPED; in create_init()
H A Dkern_intr.c541 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dproc.h85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED, in do_thread_create()
/f-stack/freebsd/mips/nlm/
H A Dcms.c375 &msgring_proc, &td, RFSTOPPED, 2, "msgrngproc", in create_msgring_thread()