ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Event.xs
(Generate patch)

Comparing Coro/Event/Event.xs (file contents):
Revision 1.27 by root, Tue Jul 27 14:50:17 2010 UTC vs.
Revision 1.28 by root, Sun Jun 21 17:02:49 2015 UTC

51 /* this loops as long as we have _other_ coros with the same or higher priority */ 51 /* this loops as long as we have _other_ coros with the same or higher priority */
52 while (CORO_NREADY && CORO_CEDE) 52 while (CORO_NREADY && CORO_CEDE)
53 ; 53 ;
54} 54}
55 55
56static double 56static NV
57prepare_hook (void *data) 57prepare_hook (void *data)
58{ 58{
59 /* this yields once to another coro with any priority */ 59 /* this yields once to another coro with any priority */
60 if (CORO_NREADY) 60 if (CORO_NREADY)
61 { 61 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines