Searched refs:yield (Results 1 - 25 of 60) sorted by relevance

123

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_maketables.c80 unsigned char *yield, *p; local
84 yield = (unsigned char*)(PUBL(malloc))(tables_length);
86 yield = (unsigned char*)malloc(tables_length);
89 if (yield == NULL) return NULL;
90 p = yield;
153 return yield;
H A Dpcre_get.c322 (i.e. the yield of the pcre_exec call, unless
351 int yield; local
355 yield = ovector[stringnumber+1] - ovector[stringnumber];
356 if (size < yield + 1) return PCRE_ERROR_NOMEMORY;
357 memcpy(buffer, subject + ovector[stringnumber], IN_UCHARS(yield));
358 buffer[yield] = 0;
359 return yield;
377 (i.e. the yield of the pcre_exec call, unless
433 (i.e. the yield of the pcre_exec call, unless
535 (i.e. the yield o
563 int yield; local
[all...]
H A Dpcre_study.c806 int yield = SSB_DONE; local
990 yield = SSB_CONTINUE;
1424 return yield;
/barrelfish-2018-10-04/lib/libc/aarch64/sys/
H A DMakefile.inc20 yield.o
/barrelfish-2018-10-04/lib/libc/arm/sys/
H A DMakefile.inc8 NOASM= break.o exit.o getlogin.o sstk.o vfork.o yield.o
/barrelfish-2018-10-04/lib/libc/riscv/sys/
H A DMakefile.inc19 yield.o
/barrelfish-2018-10-04/lib/libc/amd64/sys/
H A DMakefile.inc11 NOASM= break.o exit.o getlogin.o sstk.o vfork.o yield.o
/barrelfish-2018-10-04/include/barrelfish_kpi/
H A Dlegacy_idc_buffer.h72 idc_flag_t yield :1; ///< Yield to receiver if disabled/unable to transfer member in struct:idc_send_header::__anon49::__anon50
181 msg->u.x.header.x.flags.yield = 1;
/barrelfish-2018-10-04/include/barrelfish/
H A Ddispatch.h87 * \brief Save the current register state and optionally yield the CPU
99 * \param yield If true, yield CPU to kernel; otherwise re-run thread scheduler
100 * \param yield_to Endpoint capability for dispatcher to which we want to yield
103 bool yield, capaddr_t yield_to);
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/
H A Djoop_boot.pl48 session(Control); % yield to the remote peer for a session
52 % yield to the remote peer until final resume is called, then disconnect.
/barrelfish-2018-10-04/lib/barrelfish/arch/aarch64/
H A Ddispatch.c190 * \brief Save the current register state and optionally yield the CPU
199 * \param yield If true, yield CPU to kernel; otherwise re-run thread scheduler
200 * \param yield_to Endpoint capability for dispatcher to which we want to yield
204 bool yield, capaddr_t yield_to)
215 if (yield) {
219 // this code won't run if the yield succeeded
202 disp_save(dispatcher_handle_t handle, arch_registers_state_t *state, bool yield, capaddr_t yield_to) argument
/barrelfish-2018-10-04/lib/barrelfish/arch/arm/
H A Ddispatch.c172 * \brief Save the current register state and optionally yield the CPU
181 * \param yield If true, yield CPU to kernel; otherwise re-run thread scheduler
182 * \param yield_to Endpoint capability for dispatcher to which we want to yield
186 bool yield, capaddr_t yield_to)
197 if (yield) {
201 // this code won't run if the yield succeeded
184 disp_save(dispatcher_handle_t handle, arch_registers_state_t *state, bool yield, capaddr_t yield_to) argument
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Ddispatch.c188 * \brief Save the current register state and optionally yield the CPU
197 * \param yield If true, yield CPU to kernel; otherwise re-run thread scheduler
198 * \param yield_to Endpoint capability for dispatcher to which we want to yield
201 bool yield, capaddr_t yield_to)
235 if (yield) {
239 // this code won't run if the yield succeeded
292 // this code won't run if the yield succeeded
200 disp_save(dispatcher_handle_t handle, arch_registers_state_t *state, bool yield, capaddr_t yield_to) argument
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_64/
H A Ddispatch.c197 * \brief Save the current register state and optionally yield the CPU
209 * \param yield If true, yield CPU to kernel; otherwise re-run thread scheduler
210 * \param yield_to Endpoint capability for dispatcher to which we want to yield
220 bool yield, capaddr_t yield_to)
254 if (yield) {
260 // this code won't run if the yield succeeded
313 //assert_disabled(!"This code won't run if the yield succeeded.");
219 disp_save(dispatcher_handle_t handle, arch_registers_state_t *state, bool yield, capaddr_t yield_to) argument
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dmemory.cpp152 this_thread::yield();
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumc.tex122 Other unexpected types yield a TYPE_ERROR. Special cases are explained below.
335 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}
337 If a writable queue stream with yield-option
341 yield-option, the return value is PWAITIO.
352 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}
355 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}.
363 \bipref{yield/
[all...]
H A Dembvb.tex97 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}
124 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}. Any
H A Dembed.tex248 At particular points during its execution {\eclipse} will yield control
416 \subsection{The yield-resume model}
419 \index{yield}
422 or fails is often enough, it is possible to explicitly yield
424 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}
428 When \bipref{yield/2}{../bips/kernel/externals/yield-2.html} is called within {\eclipse} code, the \verb.EC_resume().
430 The data passed out via the first argument of \bipref{yield/2}{../bips/kernel/externals/yield
[all...]
H A Dembremoteproto.tex537 \item[yield] this yields control to the remote side. The message is used either to
548 \put(70,52){\bf yield}
564 \put(40,16){{\bf yield} {\footnotesize \it (answer via rpc)}}
575 \put(40,12){{\bf yield}}
591 \put(40,12){{\bf yield}}
609 \put(40,12){\bf yield}
630 \put(40,12){{\bf yield}}
687 \put(30,32){yield}
708 \put(30,32){yield}
757 warning message on the warning output stream, and immediately yield
[all...]
H A Dembsumcxx.tex308 yield/2 predicate call in the {\eclipse} code (in this case, ToC
309 contains the data passed by the first argument of yield/2).
310 If a writable queue stream with yield-option
315 yield-option, the return value is PWAITIO and ToC contains the
318 due to a yield/2 predicate call, The term FromC is passed
319 as input into the second argument of yield/2 on resuming.
H A Dembtcl.tex161 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}.
187 "yield" if control was transferred because of a
188 \bipref{yield/2}{../bips/kernel/externals/yield-2.html}
426 This will briefly yield control back to Tcl, the
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkec_remote.tcl90 ;# execute yield command if at outer level and not disconnected
151 yield {
152 return yield
H A Declipse.tcl39 # returns success,fail,yield (or raises an error)
86 yield {
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dblockdevfs.tex17 enumerating the contents of the blockdevfs root directory will yield the files
71 list of directory entries. Listing the directory contents will yield any
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dio.pl180 stream_info_nr(yield, 19).
1345 Options = [yield(on)],
1348 (Event == '' -> Options = [yield(on)] ; Options = [event(Event)]),
1395 set_stream_property(Name, yield, on)
1404 open(queue(""), update, Name, [yield(on)]),
1521 remote_control_send(Control,yield)
1526 remote_control_send(Control, yield),
1541 % yield back and hope for the best
1682 remote_control_send(Control, yield),

Completed in 159 milliseconds

123