Searched refs:kdb_thr_next (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dkdb.h85 struct thread *kdb_thr_next(struct thread *);
/freebsd-10-stable/sys/ddb/
H A Ddb_thread.c105 thr = kdb_thr_next(thr);
/freebsd-10-stable/sys/kern/
H A Dsubr_kdb.c575 thr = kdb_thr_next(thr);
580 kdb_thr_next(struct thread *thr) function
/freebsd-10-stable/sys/gdb/
H A Dgdb_main.c248 thr_iter = kdb_thr_next(thr_iter);

Completed in 117 milliseconds