Searched refs:wait (Results 76 - 100 of 105) sorted by relevance

12345

/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dusage.tex49 detected. To achieve blocking behaviour, we enter a spinloop and wait for the
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A Dreadme.tex142 \item Run make, and wait
H A DhelloWorldApp.tex150 will wait for events on the default wait-set and handle those events
/barrelfish-2018-10-04/lib/barrelfish/
H A Dspawn_client.c869 err = b->rpc_tx_vtbl.wait(b, domain_cap, nohang, &msgerr, status);
871 USER_PANIC_ERR(err, "error sending wait request to process manager");
889 err = cl->rpc_tx_vtbl.wait(cl, domainid, nohang, exitcode, &reterr);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Duverbs_main.c357 struct poll_table_struct *wait)
363 poll_wait(filp, &file->poll_wait, wait);
356 ib_uverbs_event_poll(struct file *filp, struct poll_table_struct *wait) argument
H A Duser_mad.c594 static unsigned int ib_umad_poll(struct file *filp, struct poll_table_struct *wait) argument
601 poll_wait(filp, &file->recv_wait, wait);
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dutils.c50 #include <sys/wait.h>
/barrelfish-2018-10-04/doc/023-coreboot/
H A Dcoreboot.tex151 \item -m, --nomsg: Don't wait for a monitor message.
213 wait for such a message. If the --nomsg flag is passed to ``corectrl'' this
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dutils.c50 #include <sys/wait.h>
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dsolverinter.tex210 This is the simplest possible 'solver'. Its behaviour is to wait until
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembremoteproto.tex176 from the remote side. The user can specify the amount of time to wait
215 side now wait to accept the socket stream (using the same socket server as
333 % wait for ECLiPSe side to return control....
337 % wait for ECLiPSe side to acknowledge disconnect...
1402 will wait for a remote process to establish an attachment according to the
1444 will wait for a remote process to attempt a remote attachment. If no remote
H A Dembremote.tex856 available on the queue at the Tcl side and never wait for more data.
942 should output the trace-line, and wait for a debug command, process the
981 ;# wait for a tracer command button to be pressed...
H A Dembsumc.tex381 PSUCCED. Use ec_resume_status() to wait for termination and
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c266 wake_up(&qp->wait);
1162 init_waitqueue_head(&qp->wait);
1456 wait_event(qp->wait, !get_qp_refcount(dev, qp));
/barrelfish-2018-10-04/lib/lua/src/
H A Dlauxlib.c229 #include <sys/wait.h>
578 'getF' called 'fread', it might still wait for user input.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dextsuspend.tex122 Another possibility is to wait until a term becomes ground,
475 to ask or wait for the result.
H A Dexthsusp.tex508 The usual purpose of suspending a goal is to wait and resume it later
599 The conjunctive condition ``wait until \about{X} and \about{Y} are
628 any variable in the nonground term and wait for its instantiation.
1685 MU-Prolog's wait declarations can be in most cases
1687 Although it is not possible to convert all wait declarations
H A Dumsparallel.tex294 socket, accept, listen, exec, wait which depend on private data
H A Dumssocket.tex251 wait(P, _),
H A Dumsusing.tex504 will then wait for a further instruction: either a \notation{<CR>}
512 that there are no further solutions, it does not wait for the semicolon
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c1008 wait(NULL);
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/tests/
H A DEclipseMapColourer.java445 // Stop the thread - otherwise System.exit() will wait for thread
1174 // or 'Finish' button. We use the Java wait()/notify() mechanism to
1188 // A solution has been found, wait for user action
1209 wait();
/barrelfish-2018-10-04/doc/014-bulk-transfer/
H A Dbulk-transfer.tex394 wait till all the slots in that shared-pool are free and then it will
713 consumer might wait till some more free-space is accumulated before
805 \item Loop: wait for next event/message and process it accordingly.
826 \item Loop: wait for next event/message and process it accordingly.
/barrelfish-2018-10-04/usr/eclipseclp/documents/mpslib/
H A Doutline.tex435 much time per message and not wait for events that may or may not occur.
/barrelfish-2018-10-04/usr/eclipseclp/documents/visualisation/
H A Dclients.tex53 running of the program and wait for user interaction with the VC

Completed in 222 milliseconds

12345