Searched refs:detaching (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/iscsi/
H A Discsi_main.c59 bool detaching = FALSE; variable
207 detaching = TRUE;
H A Discsi_globals.h549 bool detaching; /* signal to cleanup thread it should exit */ variable
H A Discsi_ioctl.c1479 !detaching) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinferior.h502 /* True if we're in the process of detaching from this inferior. */ member in struct:inferior
503 int detaching;
571 /* Delete an existing inferior list entry, due to inferior detaching. */
H A Dinfrun.c588 detaching or resuming a vfork parent. */
2458 /* Prepare and stabilize the inferior for detaching it. E.g.,
2459 detaching while a thread is displaced stepping is a recipe for
2480 "displaced-stepping in-process while detaching");
2482 old_chain_1 = make_cleanup_restore_integer (&inf->detaching);
2483 inf->detaching = 1;
2538 error (_("Program exited while detaching"));
4068 || (!inf->detaching

Completed in 188 milliseconds