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

1 2 3

  /src/external/gpl3/gdb/dist/readline/readline/examples/
rl-callbacktest.c 31 int running, sigwinch_received; variable
59 running = 0;
88 running = 1;
89 while (running)
rl-timeout.c 49 int running; variable
125 running = 0;
145 running = 1;
146 while (running)
187 running = 0;
199 running = 1;
200 while (running)
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rl-callbacktest.c 30 int running, sigwinch_received; variable
58 running = 0;
88 running = 1;
89 while (running)
  /src/external/mit/libuv/dist/test/
benchmark-async-pummel.c 34 static const char running[] = "running"; variable
56 while (ACCESS_ONCE(const char*, handle->data) == running)
74 ACCESS_ONCE(const char*, handle.data) = running;
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
ans.py 78 running = False
116 running = True variable
128 while running:
151 if not running:
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
thread_timer.h 34 bool running() const { return running_; } function in class:benchmark::internal::ThreadTimer
36 // REQUIRES: timer is not running
42 // REQUIRES: timer is not running
48 // REQUIRES: timer is not running
55 bool running_ = false; // Is the timer running
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
thread_timer.h 34 bool running() const { return running_; } function in class:benchmark::internal::ThreadTimer
36 // REQUIRES: timer is not running
42 // REQUIRES: timer is not running
48 // REQUIRES: timer is not running
55 bool running_ = false; // Is the timer running
  /src/external/bsd/dhcpcd/dist/src/
ipv4ll.h 47 bool running; member in struct:ipv4ll_state
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans8/
ans.py 63 running = False
99 running = True variable
109 while running:
201 if not running:
  /src/external/mpl/bind/dist/lib/isc/
timer.c 49 atomic_bool running; member in struct:isc_timer
89 if (!atomic_compare_exchange_strong_acq_rel(&timer->running,
108 if (!atomic_load_acquire(&timer->running)) {
147 atomic_store_release(&timer->running, true);
171 atomic_store_release(&timer->running, false);
207 return atomic_load_acquire(&timer->running);
loop_p.h 96 atomic_bool running; member in struct:isc_loopmgr
  /src/sys/external/bsd/common/linux/
linux_rcu.c 74 bool running; member in struct:__anon4037
157 * If the GC isn't running anything yet, then all callbacks of
161 * If the GC is already running, however, and there are any
166 * stopped running because there's no work left.
172 if (gc.running)
174 while (gc.running || gc.first_callback || gc.first_kfree) {
261 gc.running = true;
298 gc.running = false;
  /src/games/worm/
worm.c 76 static int running = 0; variable
156 if (running)
158 running--;
296 case 'H': x--; running = RUNLEN; ch = tolower(ch); break;
297 case 'J': y++; running = RUNLEN/2; ch = tolower(ch); break;
298 case 'K': y--; running = RUNLEN/2; ch = tolower(ch); break;
299 case 'L': x++; running = RUNLEN; ch = tolower(ch); break;
308 default: if (! running) alarm(1);
329 running = 0;
344 if (!(slow && running))
    [all...]
  /src/sys/arch/riscv/riscv/
cpu_subr.c 136 VPRINTF("%s: secondary processors hatched. %d running\n", __func__,
254 * Halt all running cpus, excluding current cpu.
261 // If we are the only CPU running, there's nothing to do.
265 // Get all running CPUs
318 * Pause all running cpus, excluding current cpu.
393 char running, hatched, paused, resumed, halted; local
397 running = (kcpuset_isset(cpus_running, cpu_index(ci)) ? 'R' : '-');
406 hatched, running, paused, resumed, halted,
  /src/sys/dev/pci/
auixpvar.h 59 int running; member in struct:auixp_dma
  /src/sys/dev/
sequencervar.h 43 int running; member in struct:syn_timer
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 37 uptr total, running, alive; local
38 registry->GetNumberOfThreads(&total, &running, &alive);
40 EXPECT_EQ(exp_running, running);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_report.h 94 bool running; member in struct:__tsan::ReportThread
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
execlist.c 72 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n",
85 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n",
96 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local
108 if (running) {
109 status.current_execlist_pointer = !!running->index;
110 status.execlist_write_pointer = !!!running->index;
112 !!!(running->index);
114 !!(running->index);
196 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local
198 struct execlist_ctx_descriptor_format *ctx0 = &running->ctx[0]
288 struct intel_vgpu_execlist_slot *running = execlist->running_slot; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_sstream.c 407 size_t running = 0, i, iovlen; local
409 for (i = 0, running = 0; i < num_iov; ++i) {
412 if (running >= len)
414 else if (running + iovlen > len)
415 iov[i].buf_len = len - running;
417 running += iovlen;
  /src/external/bsd/libarchive/dist/libarchive/
archive_write_add_filter_zstd.c 64 running, enumerator in enum:private_data::__anon7093
423 if (data->frame_per_file && data->state == running) {
440 if (data->state == running)
461 case running:
481 data->state = running;
487 if (data->state == running) {
  /src/external/bsd/wpa/dist/src/l2_packet/
l2_packet_winpcap.c 57 int running; member in struct:l2_packet_data
127 /* main RX loop that is running in a separate thread */
132 while (l2->running) {
246 l2->running = 1;
295 l2->running = 0;
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_report.h 86 bool running; member in struct:__tsan::ReportThread
  /src/external/mpl/dhcp/bind/dist/lib/isc/
app.c 84 atomic_bool running; member in struct:isc_appctx
133 atomic_init(&ctx->running, false);
213 if (atomic_load_acquire(&ctx->running)) {
244 if (atomic_compare_exchange_strong_acq_rel(&ctx->running,
388 REQUIRE(atomic_load_acquire(&ctx->running));
430 REQUIRE(atomic_load(&ctx->running));
484 REQUIRE(atomic_load_acquire(&isc_g_appctx.running));
502 REQUIRE(atomic_load_acquire(&isc_g_appctx.running));
  /src/sys/arch/powerpc/booke/
booke_machdep.c 484 * Loop until running bit for this cpu is set.
507 kcpuset_t *running; local
509 kcpuset_create(&running, true);
521 kcpuset_set(running, cpu_index(ci));
523 KASSERT(kcpuset_match(csi->cpus_hatched, running));
524 if (!kcpuset_iszero(running)) {
525 kcpuset_merge(csi->cpus_running, running);
527 kcpuset_destroy(running);

Completed in 41 milliseconds

1 2 3