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

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
linux-nat.h 232 /* Non-zero if this LWP will be/has been resumed. Note that an LWP
233 can be marked both as stopped and resumed at the same time. This
238 int resumed = 0; member in struct:lwp_info
251 resumed (that is, it's the previous stop PC). If the LWP is
331 /* Set resumed LWPs running again, as they were before being stopped
linux-nat.h 232 /* Non-zero if this LWP will be/has been resumed. Note that an LWP
233 can be marked both as stopped and resumed at the same time. This
238 int resumed = 0; member in struct:lwp_info
251 resumed (that is, it's the previous stop PC). If the LWP is
331 /* Set resumed LWPs running again, as they were before being stopped
inflow.c 62 the inferior is resumed in the foreground. */
309 the first process that ends up resumed ends up determining which
525 /* Interrupt the first inferior that has a resumed thread. */ local
526 thread_info *resumed = NULL;
531 resumed = thr;
535 resumed = thr;
538 if (resumed != NULL)
547 kill (resumed->inf->pid, SIGINT);
582 /* Otherwise, pass the Ctrl-C to the first inferior that was resumed
597 /* If no inferior was resumed in the foreground, then how did th
    [all...]
inflow.c 62 the inferior is resumed in the foreground. */
309 the first process that ends up resumed ends up determining which
525 /* Interrupt the first inferior that has a resumed thread. */ local
526 thread_info *resumed = NULL;
531 resumed = thr;
535 resumed = thr;
538 if (resumed != NULL)
547 kill (resumed->inf->pid, SIGINT);
582 /* Otherwise, pass the Ctrl-C to the first inferior that was resumed
597 /* If no inferior was resumed in the foreground, then how did th
    [all...]
gdbthread.h 186 the thread is resumed, this signal is delivered. Note: the
191 before the target is resumed. */
332 bool resumed () const function in class:thread_info
335 /* Set the thread's 'm_resumed' field from RESUMED. The thread may also
336 be added to (when RESUMED is true), or removed from (when RESUMED is
338 void set_resumed (bool resumed);
498 /* Record the pc of the thread the last time it was resumed. (It
562 /* Node for list of threads that are resumed and have a pending wait status.
572 /* True if this thread is resumed from infrun's perspective
    [all...]
gdbthread.h 186 the thread is resumed, this signal is delivered. Note: the
191 before the target is resumed. */
332 bool resumed () const function in class:thread_info
335 /* Set the thread's 'm_resumed' field from RESUMED. The thread may also
336 be added to (when RESUMED is true), or removed from (when RESUMED is
338 void set_resumed (bool resumed);
498 /* Record the pc of the thread the last time it was resumed. (It
562 /* Node for list of threads that are resumed and have a pending wait status.
572 /* True if this thread is resumed from infrun's perspective
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
linux-nat.h 235 /* Non-zero if this LWP will be/has been resumed. Note that an LWP
236 can be marked both as stopped and resumed at the same time. This
241 int resumed = 0; member in struct:lwp_info
254 resumed (that is, it's the previous stop PC). If the LWP is
334 /* Set resumed LWPs running again, as they were before being stopped
linux-nat.h 235 /* Non-zero if this LWP will be/has been resumed. Note that an LWP
236 can be marked both as stopped and resumed at the same time. This
241 int resumed = 0; member in struct:lwp_info
254 resumed (that is, it's the previous stop PC). If the LWP is
334 /* Set resumed LWPs running again, as they were before being stopped
inflow.c 80 the inferior is resumed in the foreground. */
336 the first process that ends up resumed ends up determining which
552 /* Interrupt the first inferior that has a resumed thread. */ local
553 thread_info *resumed = NULL;
558 resumed = thr;
562 resumed = thr;
565 if (resumed != NULL)
574 kill (resumed->inf->pid, SIGINT);
609 /* Otherwise, pass the Ctrl-C to the first inferior that was resumed
624 /* If no inferior was resumed in the foreground, then how did th
    [all...]
inflow.c 80 the inferior is resumed in the foreground. */
336 the first process that ends up resumed ends up determining which
552 /* Interrupt the first inferior that has a resumed thread. */ local
553 thread_info *resumed = NULL;
558 resumed = thr;
562 resumed = thr;
565 if (resumed != NULL)
574 kill (resumed->inf->pid, SIGINT);
609 /* Otherwise, pass the Ctrl-C to the first inferior that was resumed
624 /* If no inferior was resumed in the foreground, then how did th
    [all...]
gdbthread.h 186 the thread is resumed, this signal is delivered. Note: the
191 before the target is resumed. */
332 bool resumed () const function in class:thread_info
335 /* Set the thread's 'm_resumed' field from RESUMED. The thread may also
336 be added to (when RESUMED is true), or removed from (when RESUMED is
338 void set_resumed (bool resumed);
498 /* Record the pc of the thread the last time it was resumed. (It
562 /* Node for list of threads that are resumed and have a pending wait status.
572 /* True if this thread is resumed from infrun's perspective
    [all...]
gdbthread.h 186 the thread is resumed, this signal is delivered. Note: the
191 before the target is resumed. */
332 bool resumed () const function in class:thread_info
335 /* Set the thread's 'm_resumed' field from RESUMED. The thread may also
336 be added to (when RESUMED is true), or removed from (when RESUMED is
338 void set_resumed (bool resumed);
498 /* Record the pc of the thread the last time it was resumed. (It
562 /* Node for list of threads that are resumed and have a pending wait status.
572 /* True if this thread is resumed from infrun's perspective
    [all...]
  /src/sys/arch/riscv/riscv/
cpu_subr.c 393 char running, hatched, paused, resumed, halted; local
399 resumed = (kcpuset_isset(cpus_resumed, cpu_index(ci)) ? 'r' : '-');
406 hatched, running, paused, resumed, halted,
cpu_subr.c 393 char running, hatched, paused, resumed, halted; local
399 resumed = (kcpuset_isset(cpus_resumed, cpu_index(ci)) ? 'r' : '-');
406 hatched, running, paused, resumed, halted,
  /src/sys/dev/acpi/
acpi_apm.c 93 static int resumed = 0, capability_changed = 0; variable
244 resumed = 1;
248 resumed = 1;
408 if (resumed) {
409 resumed = 0;
acpi_apm.c 93 static int resumed = 0, capability_changed = 0; variable
244 resumed = 1;
248 resumed = 1;
408 if (resumed) {
409 resumed = 0;
  /src/external/bsd/ntp/dist/libntp/
work_thread.c 510 BOOL resumed; local
535 resumed = ResumeThread(c->thr_table[0].thnd);
536 DEBUG_INSIST(resumed);
work_thread.c 510 BOOL resumed; local
535 resumed = ResumeThread(c->thr_table[0].thnd);
536 DEBUG_INSIST(resumed);
  /src/sys/external/bsd/vchiq/dist/interface/vchi/message_drivers/
message.h 172 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle ); member in struct:opaque_vchi_message_driver_t
message.h 172 int32_t (*resumed)( VCHI_MDRIVER_HANDLE_T *handle ); member in struct:opaque_vchi_message_driver_t
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_peap.c 55 int resuming; /* starting a resumed session */
271 int resumed, res; local
282 resumed = tls_connection_resumed(sm->ssl_ctx, data->ssl.conn);
284 "EAP-PEAP: CMK derivation - reauth=%d resumed=%d phase2_eap_started=%d phase2_success=%d",
285 data->reauth, resumed, data->phase2_eap_started,
287 if (data->reauth && !data->phase2_eap_started && resumed) {
eap_peap.c 55 int resuming; /* starting a resumed session */
271 int resumed, res; local
282 resumed = tls_connection_resumed(sm->ssl_ctx, data->ssl.conn);
284 "EAP-PEAP: CMK derivation - reauth=%d resumed=%d phase2_eap_started=%d phase2_success=%d",
285 data->reauth, resumed, data->phase2_eap_started,
287 if (data->reauth && !data->phase2_eap_started && resumed) {
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 787 char running, hatched, paused, resumed, halted; local
799 resumed = (kcpuset_isset(csi->cpus_resumed, index) ? 'r' : '-');
803 running, hatched, paused, resumed, halted,
powerpc_machdep.c 787 char running, hatched, paused, resumed, halted; local
799 resumed = (kcpuset_isset(csi->cpus_resumed, index) ? 'r' : '-');
803 running, hatched, paused, resumed, halted,
  /src/sys/arch/mips/mips/
cpu_subr.c 861 char running, hatched, paused, resumed, halted; local
867 resumed = (kcpuset_isset(cpus_resumed, cpu_index(ci)) ? 'r' : '-');
873 running, hatched, paused, resumed, halted,

Completed in 82 milliseconds

1 2