Searched refs:running (Results 1 - 25 of 98) sorted by relevance

1234

/barrelfish-master/usr/monitor/capops/
H A Dcapqueue.c17 q->running = false;
31 if (q->running) {
37 q->running = true;
/barrelfish-master/usr/monitor/include/
H A Dcapqueue.h19 bool on_first, running, retrigger; member in struct:capqueue_queue
/barrelfish-master/include/contmng/
H A Dcontmng.h54 int running; member in struct:cont_queue
/barrelfish-master/include/trace/
H A Dtrace.h194 volatile bool running; member in struct:trace_buffer
358 if (!master->running) {
364 master->running = true;
377 master->running = false;
476 if (!master->running) {
483 master->running = true;
498 master->running = false;
/barrelfish-master/lib/contmng/
H A Dcontmng.c42 64, q->name, q->head, q->tail, q->running);
166 // If no continuations are running, then execute this one directly
168 // if (q->running == 0) {
169 q->running = 1;
200 q->running = 0;
/barrelfish-master/usr/skb/programs/
H A Ddb_partitions.pl16 task_config(987654321, 987654321, 0, 0, running),
38 task_config(987654321, 987654321, 0, 0, running),
H A Dglobalthreadalloc.pl154 findall(_, (task(Name,ClientID,_),task_status(Name,ClientID,_,_,running)), TaskList),
158 findall(taskname(Name,ClientID), ( task(Name,ClientID,_), task_running_status(Name, ClientID, running)), TaskNames),
178 findall(S,(task(N,ClientID,_),task_get_max_parallel(N,ClientID,S), task_running_status(N, ClientID,running)),L),
560 task_config(FunctionAddress, ClID, Start, End, running):-
566 assert(task_status(FunctionAddress, ClID, Start, End, running)).
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/times/
H A Dusparc.cc3 For the ultra sparc, SunC 4.0 cc -fast -Xa -xO5, running 'des_opts'
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dos_support.c1583 /* still running, terminate forcibly */
1661 int running; /* set while timer running */ member in struct:__anon1635
1701 if (desc->running)
1711 desc->running = 1;
1719 desc->running = 0;
1725 desc->running = 1;
1743 desc->old_remain = desc->running ? next_timeout : 0;
1752 desc->running = 1;
1759 desc->running
1932 int volatile running; /* set while timer running */ member in struct:__anon1636
[all...]
/barrelfish-master/tools/demo/Aquarium/
H A DWindow1.xaml.cs250 //r.ToolTip = "Left click for sampled profile info\nRight click to show running threads";
820 ulong? running = null;
855 if (running.HasValue && runningstart.HasValue)
857 if (!procnames.TryGetValue(running.Value, out name))
858 if (!procnames.TryGetValue(running.Value | OldHighBits, out name))
859 procnames.TryGetValue(running.Value | NewHighBits, out name);
862 String.Format("{1}=0x{0:x} ", running.Value,
867 running = te.Data;
901 //running = null; // XXX?
944 if (runningstart.HasValue && running
[all...]
/barrelfish-master/doc/015-disk-driver-arch/
H A Ddisk-driver-report.tex77 \include{running}
/barrelfish-master/doc/009-notifications/
H A DNotify.tex61 polling into the kernel, but if any domain is running we have no way
79 When sender and receiver threads are the only things running on each
98 preemption of a running thread before the next clock interrupt. It
198 not necessarily cause the running domain to be pre-empted. However a
233 the currently running DCB, and ideally the time at which it will next
236 the domain is already running. This leads to the behaviour below
238 it isn't the currently running domain and so sends a notification IPI.
249 4000 cycles. I ought to check this by running some ``while(1)''
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dtoplevel.pl85 % (idle,running,success) with the following transitions:
90 % idle call("...") running
93 % running "Yes" success
94 % running "More" success
95 % running "No" idle
96 % running "Abort" idle
98 % success more running
177 printf(error, "%w toplevel already running in %w%n",
485 % Eclipse is running and has control
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembvb.tex41 An object of this class is a thread running eclipse code. Only
69 An object of this class is an entity running eclipse code. Only
73 to communicate with the running goal.
85 is given as a string. Note that if {\eclipse} was not running,
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Declipse.tcl58 if {$reslist != "running"} break
90 running {
91 error "Cannot do ec_resume while another ec_resume is running"
145 running {
146 error "Cannot do ec_handle_events while ec_resume running"
409 error "Cannot do ec_handle_events while ec_resume running"
/barrelfish-master/doc/017-arm/
H A DARM.tex90 \item ARMv6 (ARM11MP) processors running under simulation in
123 After running \code{hake} with appropriate architecture support
307 virtual address space of a single ARMv7-A core running Barrelfish.
395 running.
403 written in assembly. It assumes the core is running in \mode{System}.
519 Each time a CPU driver decides to switch to running a domain, it
529 previously-running thread in teh domain is available to be resumed
536 When a domain is running in user space (i.e. the kernel is \emph{not}
787 The intention is that the Cortex-A9 will be running a general purpose
788 operating system, while the Cortex-M3 processors will only be running
[all...]
/barrelfish-master/doc/023-coreboot/
H A Dcoreboot.tex70 Barrelfish uses \textit{boot drivers}, which is a piece of code running on a
114 on demand. In case a CPU driver is running multiple KCBs it divides the
132 \item rmkcb \textless kcbid\textgreater: Remove a running KCB from a core.
204 integrating into the running OS. This involves spawning the first user-space
230 \item The core is already running: In that case we abort with an error.
244 The KCB running on this core will stop dispatching until the core is either
306 \item The target KCB is not currently running on a core: The step where we
/barrelfish-master/usr/eclipseclp/documents/mpslib/
H A Declipse.tex40 for long-running applications. For parallel \eclipse this is quite
84 situation (e.g. running out of memory) which has to be reported to the
/barrelfish-master/doc/000-overview/
H A DOverview.tex54 It does not provide a ``getting started'' guide to running Barrelfish
61 system~\cite{barrelfish:sosp09}: it consists of a small kernel running on each core (one kernel per core), and while rest of the
81 running on different cores. Often dispatchers in a domain share (all
87 domains". Often these consist of a single dispatcher running on a single core.
107 might be optimized for running a single application).
190 enabled mode when running user thread code. It is in disabled mode when running
203 When a dispatcher running in enabled mode is preempted, the kernel saves all
209 When the kernel preempts a dispatcher running in disabled state, it stores the
454 about the current running stat
[all...]
/barrelfish-master/usr/eclipseclp/documents/visualisation/
H A Dclients.tex34 used to close the client if required. While the Java VC is running,
37 created before the Java VC was running.
49 When running a visualisation-annotated {\eclipse} program with a Java
53 running of the program and wait for user interaction with the VC
566 \item Press \textbf{Resume} button to continue running program.
578 To make long running visualisation projects easier and also to assist
579 in running demonstrations, these visualisation preferences can be
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dprogramanalysis.tex47 \item[Profiler] Samples the running program at regular intervals to
237 result of running the above code is:
321 \caption{Results of running queens([1,2,3,4,5,6,7,8,9],_)}
/barrelfish-master/usr/eclipseclp/WinMSC/CPPexample/
H A DCPPexample.mak10 !MESSAGE You can specify a configuration when running NMAKE
/barrelfish-master/usr/eclipseclp/WinMSC/Cexample/
H A DCexample.mak10 !MESSAGE You can specify a configuration when running NMAKE
/barrelfish-master/usr/eclipseclp/WinMSC/Minimain/
H A DMinimain.mak10 !MESSAGE You can specify a configuration when running NMAKE
/barrelfish-master/usr/eclipseclp/WinMSC/Ria/
H A DRia.mak9 !MESSAGE You can specify a configuration when running NMAKE

Completed in 138 milliseconds

1234