Searched refs:dying (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Dsequencervar.h85 int dying; member in struct:sequencer_softc
H A Dmidi.c183 sc->dying = 1;
202 sc->dying = 1;
266 sc->dying = 0;
788 if (sc->dying) {
892 if (sc->dying) {
981 if (sc->dying) {
999 if (sc->dying || !sc->isopen) {
1028 if (sc->pbus || sc->dying || !sc->isopen) {
1287 if (sc->dying)
1327 if (sc->dying)
[all...]
H A Dmidivar.h189 int dying; member in struct:midi_softc
H A Dsequencer.c222 if (sc->dying) {
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dinf-ttrace.c84 int dying;
853 /* Check is a dying thread is dead by now, and delete it from GDBs
867 /* Check if an lwp that was dying is still there or not. */
868 if (p->dying && (kill (lwpid, 0) == -1))
888 if (p->dying && errno == EPROTO)
889 /* This is expected, it means the dying lwp is really gone
1103 ((struct inf_ttrace_private_thread_info *)ti->private)->dying = 1;
1120 ((struct inf_ttrace_private_thread_info *)ti->private)->dying = 1;
1174 /* Now that the whole process is stopped, check if any dying thread
1175 is really dead by now. If a dying threa
82 int dying; member in struct:inf_ttrace_private_thread_info
[all...]
H A Dlinux-thread-db.c262 unsigned int dying:1;
1038 if (!tp->private->dying)
1107 thread_info->private->dying = 1;
1549 if (info->private->dying)
261 unsigned int dying:1; member in struct:private_thread_info
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/
H A Dmul_basecase.asm186 ALIGN(16) C registers dying
338 ALIGN(16) C registers dying
500 ALIGN(16) C registers dying
628 ALIGN(16) C registers dying
H A Daddmul_1.asm128 C registers dying
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/
H A Dmain.c1392 /* Set up to handle children dying. This must be done before
2733 static char dying = 0;
2735 if (!dying)
2739 dying = 1;
2725 static char dying = 0; local

Completed in 189 milliseconds