Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
HDdb_interface.c374 if (dumpthread == NULL) { in Debugger()
376 dumpthread = curthread; in Debugger()
386 dumpthread = NULL; in Debugger()
HDdump_machdep.c272 if (dumpthread == NULL) { in md_dumpsys()
274 dumpthread = curthread; in md_dumpsys()
/dragonfly/sys/sys/
HDkerneldump.h57 extern struct thread *dumpthread;
/dragonfly/sys/kern/
HDkern_shutdown.c216 struct thread *dumpthread; variable
868 dumpthread = curthread; in panic()