Home
last modified time | relevance | path

Searched refs:TDS_INACTIVE (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/kern/
HDkern_thread.c140 td->td_state = TDS_INACTIVE; in thread_ctor()
186 case TDS_INACTIVE: in thread_dtor()
556 td->td_state = TDS_INACTIVE; in thread_exit()
604 td->td_state = TDS_INACTIVE; in thread_link()
780 if (td2->td_state == TDS_INACTIVE && (td2->td_flags & TDF_WORKQ)) { in thread_single()
HDsubr_turnstile.c1115 case TDS_INACTIVE: in print_lockchain()
1199 case TDS_INACTIVE: in DB_SHOW_ALIAS()
/NextBSD/sys/ddb/
HDdb_ps.c238 case TDS_INACTIVE: in dumpthread()
323 case TDS_INACTIVE: in DB_SHOW_COMMAND()
/NextBSD/sys/sys/
HDproc.h309 TDS_INACTIVE = 0x0, enumerator