Home
last modified time | relevance | path

Searched refs:PL_FLAG_BOUND (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/sys/
H A Dptrace.h128 #define PL_FLAG_BOUND 0x02 /* M:N bound thread */ macro
/freebsd-14.2/tools/test/ptrace/
H A Dscescx.c93 { PL_FLAG_BOUND, "BOUND" }, in decode_pl_flags()
/freebsd-14.2/lib/libthread_db/
H A Dlibpthread_db.c518 if (!(pl.pl_flags & PL_FLAG_BOUND)) in pt_dbsuspend()