Home
last modified time | relevance | path

Searched refs:last_ran (Results 1 – 24 of 24) sorted by relevance

/dports/security/nyx/nyx-2.1.0/nyx/panel/
H A D__init__.py202 last_ran = None
205 if last_ran and time.time() - last_ran < self._update_rate:
206 sleep_until = last_ran + self._update_rate + 0.1
214 last_ran = time.time()
/dports/devel/libmowgli2/libmowgli-2-2.1.3/src/libmowgli/eventloop/
H A Dtimer.c79 if (eventloop->last_ran == timer->name) in mowgli_timer_destroy()
80 eventloop->last_ran = "<removed>"; in mowgli_timer_destroy()
104 eventloop->last_ran = timer->name; in mowgli_eventloop_run_timers()
118 eventloop->last_ran = "<onceonly>"; in mowgli_eventloop_run_timers()
H A Deventloop.h139 const char *last_ran; member
/dports/irc/atheme-services/atheme-7.2.9/libmowgli-2/src/libmowgli/eventloop/
H A Dtimer.c79 if (eventloop->last_ran == timer->name) in mowgli_timer_destroy()
80 eventloop->last_ran = "<removed>"; in mowgli_timer_destroy()
104 eventloop->last_ran = timer->name; in mowgli_eventloop_run_timers()
118 eventloop->last_ran = "<onceonly>"; in mowgli_eventloop_run_timers()
H A Deventloop.h139 const char *last_ran; member
/dports/devel/py-celery/celery-4.4.7/t/unit/app/
H A Dtest_schedules.py612 last_ran = self.now - timedelta(seconds=61)
613 due, remaining = self.every_minute.is_due(last_ran)
614 self.assert_relativedelta(self.every_minute, last_ran)
618 def assert_relativedelta(self, due, last_ran): argument
623 l1, d1, n1 = due.remaining_delta(last_ran)
640 due, remaining = self.every_minute.is_due(last_ran)
647 last_ran = self.now - timedelta(seconds=61)
648 due, remaining = self.every_minute.is_due(last_ran)
655 last_ran = self.now - timedelta(seconds=61)
656 due, remaining = self.every_minute.is_due(last_ran)
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/db/migration/migrations/
H A D1569945021_add_components.up.sql7 last_ran timestamp WITH TIME ZONE, field
/dports/misc/concourse/concourse-6.7.2/atc/db/migration/migrations/
H A D1569945021_add_components.up.sql7 last_ran timestamp WITH TIME ZONE, field
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/priority/multifactor/
H A Dpriority_multifactor.c262 static void _read_last_decay_ran(time_t *last_ran, time_t *last_reset) in _read_last_decay_ran() argument
267 xassert(last_ran); in _read_last_decay_ran()
270 (*last_ran) = 0; in _read_last_decay_ran()
287 safe_unpack_time(last_ran, buffer); in _read_last_decay_ran()
291 info("Last ran decay on jobs at %ld", (long)*last_ran); in _read_last_decay_ran()
304 static int _write_last_decay_ran(time_t last_ran, time_t last_reset) in _write_last_decay_ran() argument
320 pack_time(last_ran, buffer); in _write_last_decay_ran()
373 debug4("done writing time %ld", (long)last_ran); in _write_last_decay_ran()
918 static void _init_grp_used_tres_run_secs(time_t last_ran) in _init_grp_used_tres_run_secs() argument
955 if (job_ptr->start_time > last_ran) in _init_grp_used_tres_run_secs()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dcomponent_factory.go65 RETURNING id, name, interval, last_ran, paused
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dcomponent_factory.go65 RETURNING id, name, interval, last_ran, paused
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/kvm/
H A Darm.c385 int *last_ran; in kvm_arch_vcpu_load() local
388 last_ran = this_cpu_ptr(mmu->last_vcpu_ran); in kvm_arch_vcpu_load()
399 if (*last_ran != vcpu->vcpu_id) { in kvm_arch_vcpu_load()
401 *last_ran = vcpu->vcpu_id; in kvm_arch_vcpu_load()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/kvm/
H A Darm.c385 int *last_ran; in kvm_arch_vcpu_load() local
388 last_ran = this_cpu_ptr(mmu->last_vcpu_ran); in kvm_arch_vcpu_load()
399 if (*last_ran != vcpu->vcpu_id) { in kvm_arch_vcpu_load()
401 *last_ran = vcpu->vcpu_id; in kvm_arch_vcpu_load()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/kvm/
H A Darm.c385 int *last_ran; in kvm_arch_vcpu_load() local
388 last_ran = this_cpu_ptr(mmu->last_vcpu_ran); in kvm_arch_vcpu_load()
399 if (*last_ran != vcpu->vcpu_id) { in kvm_arch_vcpu_load()
401 *last_ran = vcpu->vcpu_id; in kvm_arch_vcpu_load()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h114 int last_ran; member
H A Dsched.c134 ctx->last_ran = raw_smp_processor_id(); in __spu_update_sched_info()
H A Dswitch.c1702 spu_cpu_affinity_set(spu, ctx->last_ran); in set_int_route()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h114 int last_ran; member
H A Dsched.c134 ctx->last_ran = raw_smp_processor_id(); in __spu_update_sched_info()
H A Dswitch.c1702 spu_cpu_affinity_set(spu, ctx->last_ran); in set_int_route()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h114 int last_ran; member
H A Dsched.c134 ctx->last_ran = raw_smp_processor_id(); in __spu_update_sched_info()
H A Dswitch.c1702 spu_cpu_affinity_set(spu, ctx->last_ran); in set_int_route()
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dptasks.c139 numeric_sts(me.me, 249, u, "E :Last event to run: %s", base_eventloop->last_ran); in handle_stats()