Home
last modified time | relevance | path

Searched refs:active_proc (Results 1 – 4 of 4) sorted by relevance

/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Drtkern.c230 static struct rt_proc *active_proc = NULL; variable
420 deltaq_insert_proc(delay, active_proc); in _sched_process()
566 d->proc = active_proc; in _alloc_driver()
588 active_proc->tmp_alloc, _tmp_alloc); in _private_stack()
591 active_proc->tmp_stack = _tmp_stack; in _private_stack()
597 active_proc->tmp_alloc = _tmp_alloc; in _private_stack()
752 ((active_proc == NULL) ? "(init)" in _assert_fail()
1573 active_proc = NULL; in rt_setup()
1650 active_proc = proc; in rt_run()
2463 if (active_proc != NULL) in rt_interrupt()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dsim.h105 extern RANDOM_PROCESS active_proc;
H A Dtime_stats.cpp376 active_proc.init(active_frac, active_lambda); in parse()
H A Dsim.cpp108 RANDOM_PROCESS active_proc; variable
1116 active = active_proc.sample(delta); in simulate()