Home
last modified time | relevance | path

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

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