Home
last modified time | relevance | path

Searched refs:PL_FLAG_FORKED (Results 1 – 5 of 5) sorted by relevance

/NextBSD/tools/test/ptrace/
HDscescx.c99 { PL_FLAG_FORKED, "FORKED" }, in decode_pl_flags()
248 if (lwpinfo.pl_flags & PL_FLAG_FORKED) { in trace_sc()
289 if ((lwpinfo.pl_flags & (PL_FLAG_FORKED | PL_FLAG_SCX)) == in trace_cont()
290 (PL_FLAG_FORKED | PL_FLAG_SCX)) { in trace_cont()
/NextBSD/sys/sys/
HDptrace.h110 #define PL_FLAG_FORKED 0x40 /* new child */ macro
/NextBSD/tests/sys/kern/
HDptrace_test.c465 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()
467 ATF_REQUIRE((pl.pl_flags & (PL_FLAG_FORKED | PL_FLAG_CHILD)) != in handle_fork_events()
468 (PL_FLAG_FORKED | PL_FLAG_CHILD)); in handle_fork_events()
/NextBSD/sys/kern/
HDsys_process.c1262 pl->pl_flags |= PL_FLAG_FORKED;
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDProcessMonitor.cpp700 if (plwp.pl_flags & PL_FLAG_FORKED) { in Execute()