ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV-Loop-Async/Async.xs
(Generate patch)

Comparing EV-Loop-Async/Async.xs (file contents):
Revision 1.12 by root, Mon Nov 1 22:26:53 2010 UTC vs.
Revision 1.13 by root, Thu Oct 11 05:02:54 2012 UTC

195 pthread_cond_init (&u->invoke_cv, 0); 195 pthread_cond_init (&u->invoke_cv, 0);
196 196
197 ev_set_userdata (EV_A, u); 197 ev_set_userdata (EV_A, u);
198 loop_set_cb (EV_A); 198 loop_set_cb (EV_A);
199 199
200 thread_create (&u->tid, l_run, loop); 200 xthread_create (&u->tid, l_run, loop);
201} 201}
202 202
203SV * 203SV *
204interrupt (SV *loop_) 204interrupt (SV *loop_)
205 CODE: 205 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines