Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dptrace.h104 #define PL_FLAG_BOUND 0x02 /* M:N bound thread */ macro
/freebsd-9-stable/tools/test/ptrace/
Dscescx.c94 { PL_FLAG_BOUND, "BOUND" }, in decode_pl_flags()
/freebsd-9-stable/lib/libthread_db/
Dlibpthread_db.c517 if (!(pl.pl_flags & PL_FLAG_BOUND)) in pt_dbsuspend()