Home
last modified time | relevance | path

Searched refs:yield (Results 1 – 25 of 65) sorted by relevance

123

/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/t/
Dcond.t50 threads->yield;
67 threads->yield;
79 threads->yield;
82 threads->yield;
90 threads->yield;
93 threads->yield;
95 threads->yield;
/mirbsd/src/gnu/usr.bin/perl/ext/threads/t/
Dthread.t57 threads->yield; # help out non-preemptive thread implementations
92 threads->yield();
125 # test that 'yield' is importable
129 use threads 'yield';
130 yield;
Dlist.t50 threads->yield; # help out non-preemptive thread implementations
Dbasic.t81 threads->yield; # help out non-preemptive thread implementations
/mirbsd/src/lib/libssl/src/doc/ssl/
DSSL_do_handshake.pod28 but SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and
34 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
DSSL_accept.pod26 SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and SSL_accept()
33 return value of SSL_accept() will yield B<SSL_ERROR_WANT_READ> or
DSSL_connect.pod30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
DSSL_write.pod42 return value of SSL_write() will yield B<SSL_ERROR_WANT_READ> or
DSSL_read.pod58 return value of SSL_read() will yield B<SSL_ERROR_WANT_READ> or
DSSL_shutdown.pod75 return value of SSL_shutdown() will yield B<SSL_ERROR_WANT_READ> or
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlothrtut.pod150 if one of two things happen. If a thread calls a yield function, it
335 Perl's threading package provides the yield() function that does
336 this. yield() is pretty straightforward, and works like this:
338 use Thread qw(yield async);
342 yield;
349 yield;
549 use Thread qw(async yield);
554 yield;
560 yield;
645 use Thread qw(yield);
[all …]
Dperlthrtut.pod725 Perl's threading package provides the yield() function that does
726 this. yield() is pretty straightforward, and works like this:
734 threads->yield;
743 It is important to remember that yield() is only a hint to give up the CPU,
745 B<On many operating systems, yield() is a no-op.> Therefore it is important
747 yield() calls. It might work on your platform but it won't work on another
937 if one of two things happen. If a thread calls a yield function, it
1101 less emphasis on yield().
/mirbsd/src/gnu/usr.bin/binutils/config/
Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/mirbsd/src/gnu/usr.bin/texinfo/m4/
Dintdiv0.m442 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
Dthr5005.t111 yield();
DThread.xs508 yield() in yield() function
/mirbsd/src/lib/libssl/src/doc/crypto/
Drc4.pod34 the same B<key> yield a continuous key stream.
DDSA_generate_parameters.pod25 them. If the given seed does not yield a prime q, a new random
/mirbsd/src/sys/sys/
Dproc.h402 void yield(void);
/mirbsd/src/lib/libssl/src/doc/apps/
Dasn1parse.pod106 be examined using the option B<-strparse 229> to yield:
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Diq10.cpu283 (dni yield "unconditional yield to the other context" (MACH10)
284 "yield"
286 (unimp yield)
755 ; (and unique to IQ10) is instructions that yield if the destination register is accessed
756 ; before the value is there, causing a yield.
Diq2000m.cpu467 (dni trapqfl "yield if dma queue full" (MACH2000 YIELD-INSN)
473 (dni trapqne "yield if dma queue not empty" (MACH2000 YIELD-INSN)
/mirbsd/src/gnu/usr.bin/perl/hints/
Dsolaris_2.sh376 sched_yield=${sched_yield:-yield}
/mirbsd/src/share/doc/psd/23.Cknr/
Dcman1395 There are operators which yield lvalues:
495 and yield result types in a similar way.
/mirbsd/src/sys/kern/
Dkern_synch.c652 yield() in yield() function

123