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

Comparing cvsroot/Coro-Multicore/Multicore.xs (file contents):
Revision 1.26 by root, Tue Dec 3 07:12:28 2019 UTC vs.
Revision 1.27 by root, Mon Dec 9 03:12:23 2019 UTC

192 xthread_t tid; 192 xthread_t tid;
193 193
194 if (!curthreads) 194 if (!curthreads)
195 { 195 {
196 X_UNLOCK (release_m); 196 X_UNLOCK (release_m);
197 {
198 dTHX;
197 eval_pv ("Coro::Multicore::init", 1); 199 eval_pv ("Coro::Multicore::init", 1);
200 }
198 X_LOCK (release_m); 201 X_LOCK (release_m);
199 } 202 }
200 203
201 if (curthreads >= max_threads && 0) 204 if (curthreads >= max_threads && 0)
202 return; 205 return;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines