Searched refs:waiting (Results 1 - 25 of 30) sorted by relevance

12

/barrelfish-master/lib/vfs/
H A Dvfs_blockdevfs_ahci.c37 bool waiting; member in struct:ahci_handle
49 h->waiting = false;
55 h->waiting = false;
65 h->waiting = true;
70 h->waiting = false;
75 while (h->waiting) {
86 h->waiting = false;
92 h->waiting = true;
96 h->waiting = false;
99 while (h->waiting) {
[all...]
H A Dvfs_blockdevfs_ata.c42 bool waiting; member in struct:ata_handle
54 h->waiting = false;
60 h->waiting = false;
70 h->waiting = true;
75 h->waiting = false;
80 while (h->waiting) {
100 h->waiting = false;
130 h->waiting = true;
134 h->waiting = false;
139 while (h->waiting) {
[all...]
/barrelfish-master/usr/bcached/
H A Dservice.c33 static struct bcache_binding *waiting[NUM_BLOCKS];
62 w->next = waiting[idx];
63 waiting[idx] = w;
/barrelfish-master/include/barrelfish/
H A Dwaitset.h66 CHAN_PENDING, ///< Has a pending event waiting to be delivered
86 struct thread *wait_for; ///< Thread waiting for this event
100 *waiting; ///< Channels waiting for an event handler registration member in struct:waitset
/barrelfish-master/lib/tweed/
H A Dtweed.c313 static inline int waiting(struct generic_task_desc * _tweed_top_) { function
318 static inline int waiting(struct generic_task_desc * _tweed_top_) { function
334 if (!waiting(_tweed_top_)) {
/barrelfish-master/lib/barrelfish/
H A Dwaitset.c8 * are waiting on.
107 ws->pending = ws->polled = ws->idle = ws->waiting = NULL;
160 if (chan->wait_for) // if a thread is waiting for this specific event
164 // and a thread is not waiting for a token
166 // and a thread is not waiting specifically for that event
191 // check a waiting queue for matching event
192 for (chan = ws->waiting; chan; ) {
198 if (chan == ws->waiting)
271 dequeue(&ws->waiting, chan);
318 * Pending events are in a pending queue and in a waiting queu
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dremote_tools.pl152 a connection waiting for the remote development tools to be attached to.
174 predicate will create a connection waiting for the remote development
176 complete the connection by waiting at most TimeOut seconds for the
219 fail_if: " Development tools already attached, or waiting TimeOut seconds
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssocket.tex115 <blocks waiting for a connection>
381 <blocks waiting for a connection>
H A Dumsusing.tex381 \notation{[eclipse 1]:}, which tells the user that the top-level loop is waiting
463 waiting, because it supposes the clause is not terminated.
H A Dumstkeclipse.tex344 attach to, and execution is now suspended waiting for the remote tools to
H A Dexthsusp.tex602 implemented by first waiting for \about{X}'s instantiation, then waking up and
603 re-suspending waiting for \about{Y}'s instantiation.
/barrelfish-master/doc/018-Practical-guide/
H A DhelloWorldApp.tex462 skb.0: waiting for: spawn.1
463 skb.0: waiting for: pci
/barrelfish-master/doc/011-idc/
H A DIDC.tex749 the channel is now waiting to deliver the event
811 Internally, the waitset maintains a queue of waiting threads, and three queues
828 \item Otherwise, block on the queue of waiting threads. When unblocked
940 code) executing on the same dispatcher. While waiting, it sends the
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dconstimpl.tex487 However, the other delayed goal is still waiting, and will eventually
500 For the more complex constraint behaviours (beyond those waiting for
/barrelfish-master/usr/eclipseclp/
H A DBUILD_ROTD527 # waiting for you to confirm logging in to a machine it hasn't seen before.
565 echo "$machine_name: $2 not present, waiting ..."
1390 echo \"\$machine: $test_dir not present, waiting ...\"
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dembremoteproto.tex753 while waiting for the data to be sent from the remote side. If a {\bf
759 while waiting for the data to arrive -- this is mainly intended to allow
1425 refuse the connection). The remote process will suspend waiting for the
1447 To make the predicate block indefinitely waiting for a remote
H A Dembremote.tex1238 suspended as the Tcl event loop is entered while waiting for the
1377 \verb'remote_connect/3', waiting for the Tcl program to attach. The Tcl
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex195 suspended, each waiting for an item locked by another member
/barrelfish-master/doc/023-coreboot/
H A Dcoreboot.tex260 the KCB stop to execute is generally a bad idea as there may be messages waiting
/barrelfish-master/doc/009-notifications/
H A DNotify.tex155 look at next. It could therefore poll each of the FIFOs waiting for a
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Drepair.tex347 %in question rather than waiting for it to be violated.
H A Dextfd.tex1329 are waiting for
1853 than the maximum capacity and thus waiting for its instantiation
H A Dextconjunto.tex851 waiting for the updates we have made. These goals should be woken
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Drepair.pl685 % becomes untenable it wakes the goals waiting for this
/barrelfish-master/doc/000-overview/
H A DOverview.tex591 time-sliced along with other processes, can block when waiting for I/O

Completed in 133 milliseconds

12