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

Comparing Coro-Multicore/Multicore.xs (file contents):
Revision 1.4 by root, Sun Jun 28 17:39:42 2015 UTC vs.
Revision 1.5 by root, Sun Jun 28 18:43:17 2015 UTC

32 int wait_f; 32 int wait_f;
33}; 33};
34 34
35static struct tctx *tctx_free; 35static struct tctx *tctx_free;
36 36
37static int idle_timeout;
37static int available; 38static int idle;
38static int max_idle = 8; 39static int max_idle = 8;
39 40
40static xmutex_t perl_m = X_MUTEX_INIT; 41static xmutex_t perl_m = X_MUTEX_INIT;
41static xcond_t perl_c = X_COND_INIT; 42static xcond_t perl_c = X_COND_INIT;
42static struct tctx *perl_f; 43static struct tctx *perl_f;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines