Searched refs:yield (Results 1 – 25 of 65) sorted by relevance
123
50 threads->yield;67 threads->yield;79 threads->yield;82 threads->yield;90 threads->yield;93 threads->yield;95 threads->yield;
57 threads->yield; # help out non-preemptive thread implementations92 threads->yield();125 # test that 'yield' is importable129 use threads 'yield';130 yield;
50 threads->yield; # help out non-preemptive thread implementations
81 threads->yield; # help out non-preemptive thread implementations
28 but SSL_get_error() will yield B<SSL_ERROR_WANT_READ/WRITE> and34 return value of SSL_do_handshake() will yield B<SSL_ERROR_WANT_READ> or
26 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
30 return value of SSL_connect() will yield B<SSL_ERROR_WANT_READ> or
42 return value of SSL_write() will yield B<SSL_ERROR_WANT_READ> or
58 return value of SSL_read() will yield B<SSL_ERROR_WANT_READ> or
75 return value of SSL_shutdown() will yield B<SSL_ERROR_WANT_READ> or
150 if one of two things happen. If a thread calls a yield function, it335 Perl's threading package provides the yield() function that does336 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 …]
725 Perl's threading package provides the yield() function that does726 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 important747 yield() calls. It might work on your platform but it won't work on another937 if one of two things happen. If a thread calls a yield function, it1101 less emphasis on yield().
42 /* IRIX and AIX (when "xlc -qcheck" is used) yield signal SIGTRAP. */
111 yield();
508 yield() in yield() function
34 the same B<key> yield a continuous key stream.
25 them. If the given seed does not yield a prime q, a new random
402 void yield(void);
106 be examined using the option B<-strparse 229> to yield:
283 (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.
467 (dni trapqfl "yield if dma queue full" (MACH2000 YIELD-INSN)473 (dni trapqne "yield if dma queue not empty" (MACH2000 YIELD-INSN)
376 sched_yield=${sched_yield:-yield}
395 There are operators which yield lvalues:495 and yield result types in a similar way.
652 yield() in yield() function