HomeSort by: relevance | last modified time | path
    Searched refs:stopping (Results 1 - 18 of 18) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
events.s 9 # and thus cpu stopping/restarting
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
events.s 9 # and thus cpu stopping/restarting
  /src/tests/kernel/
t_simplehook.sh 178 atf_sysctl_wr ${key_hk0}.stopping '1'
190 atf_sysctl_wr ${key_hk0}.stopping '0'
205 atf_sysctl_wr ${key_hk1}.stopping '1'
216 atf_sysctl_wr ${key_hk1}.stopping '0'
230 atf_sysctl_wr ${key_hk0}.stopping '1'
  /src/external/mpl/bind/dist/lib/isc/
loop_p.h 110 /* stopping */
111 isc_barrier_t stopping; member in struct:isc_loopmgr
loop.c 294 isc_barrier_wait(&helper->loopmgr->stopping);
342 isc_barrier_wait(&loopmgr->stopping);
395 isc_barrier_init(&loopmgr->stopping, loopmgr->nloops * 2);
623 isc_barrier_destroy(&loopmgr->stopping);
  /src/external/ibm-public/postfix/dist/conf/
postfix-script 184 $INFO stopping the Postfix mail system
200 $INFO stopping the Postfix mail system
208 $WARN stopping the Postfix mail system with force
  /src/usr.bin/make/unit-tests/
varmod-remember.mk 54 # manner, stopping at the first ':', ')' or '}', without taking any nested
  /src/external/gpl3/gdb.old/dist/gdb/
amd-dbgapi-target.c 157 bool stopping = false; member in struct:wave_info
760 wi.stopping = false;
825 wi.stopping = true;
842 wi.stopping = true;
1866 || wi.stopping)
1870 " (last_resume_mode=%s, stopping=%d)",
1873 wi.stopping);
linux-nat.c 1868 linux_handle_syscall_trap (struct lwp_info *lp, int stopping)
1875 if (stopping)
1877 /* If we're stopping threads, there's a SIGSTOP pending, which
1898 ("ignoring syscall %d for LWP %ld (stopping threads), resuming with "
1929 ("stopping for %s of syscall %d for LWP %ld",
1966 stopping all threads only to have the core resume them all again.
1967 Since we're not stopping threads, if we're still syscall tracing
2028 event should be ignored and we should wait again. If STOPPING is
3141 signals that are neither printed nor stopped upon. Stopping all
3597 in this state if we find them stopping at a time we're no
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
amd-dbgapi-target.c 173 bool stopping = false; member in struct:wave_info
811 wi.stopping = false;
876 wi.stopping = true;
893 wi.stopping = true;
1902 || wi.stopping)
1906 " (last_resume_mode=%s, stopping=%d)",
1909 wi.stopping);
linux-nat.c 1864 linux_handle_syscall_trap (struct lwp_info *lp, int stopping)
1871 if (stopping)
1873 /* If we're stopping threads, there's a SIGSTOP pending, which
1894 ("ignoring syscall %d for LWP %ld (stopping threads), resuming with "
1925 ("stopping for %s of syscall %d for LWP %ld",
1962 stopping all threads only to have the core resume them all again.
1963 Since we're not stopping threads, if we're still syscall tracing
2024 event should be ignored and we should wait again. If STOPPING is
3141 signals that are neither printed nor stopped upon. Stopping all
3597 in this state if we find them stopping at a time we're no
    [all...]
  /src/sys/dev/pci/
if_enavar.h 250 * + For RX, a field "stopping" is protected by ring_mtx (a spin mutex).
318 bool stopping; member in struct:ena_ring
if_ena.c 1847 if (unlikely(rx_ring->stopping)) {
1891 if (rx_ring->stopping) {
1900 if (tx_ring->stopping) {
2614 ring->stopping = value;
2620 ring->stopping = value;
3009 if (tx_ring->stopping) {
3053 if (!tx_ring->stopping)
3544 if (rx_ring->stopping) {
  /src/external/lgpl3/gmp/dist/mpn/x86/fat/
fat_entry.asm 63 dnl grepping in configure, stopping that code trying to eval something with
  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
fat_entry.asm 86 dnl grepping in configure, stopping that code trying to eval something with
  /src/external/bsd/libevent/dist/test/
regress_dns.c 2218 volatile int stopping; member in struct:race_param
2236 while (!rp->stopping)
2307 rp.stopping = 0;
2340 rp.stopping = 1;
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 2216 volatile int stopping; member in struct:race_param
2234 while (!rp->stopping)
2302 rp.stopping = 0;
2335 rp.stopping = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
stopwatch.d 69 stopwatch, including stopping, restarting, and/or resetting it.
390 // If stopping or resetting the StopWatch is not required, then

Completed in 33 milliseconds