Searched refs:RFSTOPPED (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | unistd.h | 183 #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 D | kern_idle.c | 69 RFSTOPPED | RFHIGHPID, 0, "idle", "idle: cpu%d", pc->pc_cpuid); in idle_setup() 73 RFSTOPPED | RFHIGHPID, 0, "idle", "idle"); in idle_setup()
|
| H A D | kern_kthread.c | 97 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 D | subr_taskqueue.c | 693 &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 D | subr_gtaskqueue.c | 473 &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 D | kern_fork.c | 762 if ((fr->fr_flags & RFSTOPPED) == 0) { in do_fork() 839 if ((flags & RFSTOPPED) != 0) in fork1()
|
| H A D | init_main.c | 800 fr.fr_flags = RFFDG | RFPROC | RFSTOPPED; in create_init()
|
| H A D | kern_intr.c | 541 &td, RFSTOPPED | RFHIGHPID, in ithread_create()
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | proc.h | 85 error = kproc_kthread_add(proc, arg, ppp, &td, RFSTOPPED, in do_thread_create()
|
| /f-stack/freebsd/mips/nlm/ |
| H A D | cms.c | 375 &msgring_proc, &td, RFSTOPPED, 2, "msgrngproc", in create_msgring_thread()
|