HomeSort by: relevance | last modified time | path
    Searched defs:resume (Results 1 - 25 of 92) sorted by relevancy

1 2 3 4

  /src/sys/arch/mips/mips/
locore_mips1.S 1450 * R3000 trampolines and context resume
1540 blt s0, s2, resume
1589 resume: label
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
driver.h 20 int (*resume)(void *priv); member in struct:nvif_driver
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-interp.c 44 void resume () override;
105 tui_interp::resume () function in class:tui_interp
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-interp.c 44 void resume () override;
105 tui_interp::resume () function in class:tui_interp
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
priv.h 34 int (*resume)(struct nvkm_gr *); member in struct:nvkm_gr_func::__anon5389
  /src/external/gpl3/gdb.old/dist/gdb/
i386-fbsd-nat.c 43 void resume (ptid_t, int, enum gdb_signal) override;
218 /* Resume execution of the inferior process. If STEP is nonzero,
222 i386_fbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:i386_fbsd_nat_target
228 /* Resume all threads. This only gets used in the non-threaded
229 case, where "resume all threads" and "resume inferior_ptid" are
inf-ptrace.c 262 /* Resume execution of thread PTID, or all threads if PTID is -1. If
267 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal)
272 /* Resume all threads. Traditionally ptrace() only supports
273 single-threaded processes, so simply resume the inferior. */
265 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:inf_ptrace_target
bsd-uthread.c 57 void resume (ptid_t, int, enum gdb_signal) override;
427 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig)
430 beneath ()->resume (ptid, step, sig);
426 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig) function in class:bsd_uthread_target
netbsd-nat.c 462 /* Resume execution of a specified PTID, that points to a process or a thread
493 /* If ptid is a wildcard, resume all matching threads (they won't run
526 /* Resume execution of thread PTID, or all threads of all inferiors
531 nbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:nbsd_nat_target
545 inf_ptrace_target::resume (ptid, step, signal);
  /src/external/gpl3/gdb/dist/gdb/
i386-fbsd-nat.c 43 void resume (ptid_t, int, enum gdb_signal) override;
218 /* Resume execution of the inferior process. If STEP is nonzero,
222 i386_fbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:i386_fbsd_nat_target
228 /* Resume all threads. This only gets used in the non-threaded
229 case, where "resume all threads" and "resume inferior_ptid" are
inf-ptrace.c 262 /* Resume execution of thread PTID, or all threads if PTID is -1. If
267 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal)
272 /* Resume all threads. Traditionally ptrace() only supports
273 single-threaded processes, so simply resume the inferior. */
265 inf_ptrace_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:inf_ptrace_target
bsd-uthread.c 56 void resume (ptid_t, int, enum gdb_signal) override;
427 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig)
430 beneath ()->resume (ptid, step, sig);
426 bsd_uthread_target::resume (ptid_t ptid, int step, enum gdb_signal sig) function in class:bsd_uthread_target
netbsd-nat.c 462 /* Resume execution of a specified PTID, that points to a process or a thread
493 /* If ptid is a wildcard, resume all matching threads (they won't run
526 /* Resume execution of thread PTID, or all threads of all inferiors
531 nbsd_nat_target::resume (ptid_t ptid, int step, enum gdb_signal signal) function in class:nbsd_nat_target
545 inf_ptrace_target::resume (ptid, step, signal);
  /src/sys/external/bsd/drm2/include/linux/
pm.h 50 int (*resume)(struct device *); member in struct:dev_pm_ops
  /src/sys/arch/evbmips/loongson/
autoconf.h 76 int (*resume)(void); member in struct:platform
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_fence.h 56 void (*resume)(struct nouveau_drm *); member in struct:nouveau_fence_priv
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-interp.c 50 void resume () override;
191 cli_interp::resume () function in class:cli_interp
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-interp.c 50 void resume () override;
191 cli_interp::resume () function in class:cli_interp
  /src/sys/dev/nvmm/
nvmm_internal.h 112 void (*resume)(void); member in struct:nvmm_impl
  /src/tests/lib/libc/sys/
t_ptrace_threads_wait.h 536 ATF_TC(resume); variable
537 ATF_TC_HEAD(resume, tc)
544 ATF_TC_BODY(resume, tc)
1052 ATF_TP_ADD_TC(tp, resume); \
  /src/usr.sbin/apmd/
apmd.c 74 static void resume(int ctl_fd);
293 resume(int ctl_fd) function
500 resume(ctl_fd);
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-interp.c 118 mi_interp::resume () function in class:mi_interp
679 /* Backwards compatibility. If doing a wildcard resume and there's
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-low.h 160 void resume (thread_resume *resume_info, size_t n) override;
409 /* The reason we resume in the caller, is because we want to be able
412 refuses to resume. */
458 /* Resume execution of LWP. If STEP is nonzero, single-step it. If
464 disappears while we try to resume it. */
468 last resume request, which will tell us whether to resume, step, or
478 resume request, which will tell us whether to resume, step, or
487 signals, since we won't actually resume. We already have a pendin
887 struct thread_resume *resume = nullptr; member in struct:lwp_info
    [all...]
  /src/external/gpl3/gdb/dist/gdb/mi/
mi-interp.c 117 mi_interp::resume () function in class:mi_interp
678 /* Backwards compatibility. If doing a wildcard resume and there's
  /src/external/gpl3/gdb/dist/gdbserver/
linux-low.h 165 void resume (thread_resume *resume_info, size_t n) override;
416 /* The reason we resume in the caller, is because we want to be able
419 refuses to resume. */
465 /* Resume execution of LWP. If STEP is nonzero, single-step it. If
471 disappears while we try to resume it. */
475 last resume request, which will tell us whether to resume, step, or
485 resume request, which will tell us whether to resume, step, or
494 signals, since we won't actually resume. We already have a pendin
894 struct thread_resume *resume = nullptr; member in struct:lwp_info
    [all...]

Completed in 31 milliseconds

1 2 3 4