ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.c
(Generate patch)

Comparing libeio/eio.c (file contents):
Revision 1.123 by root, Tue Oct 9 04:53:53 2012 UTC vs.
Revision 1.124 by root, Thu Oct 11 05:01:56 2012 UTC

602 /*TODO*/ 602 /*TODO*/
603 assert (("unable to allocate worker thread data", wrk)); 603 assert (("unable to allocate worker thread data", wrk));
604 604
605 X_LOCK (wrklock); 605 X_LOCK (wrklock);
606 606
607 if (thread_create (&wrk->tid, etp_proc, (void *)wrk)) 607 if (xthread_create (&wrk->tid, etp_proc, (void *)wrk))
608 { 608 {
609 wrk->prev = &wrk_first; 609 wrk->prev = &wrk_first;
610 wrk->next = wrk_first.next; 610 wrk->next = wrk_first.next;
611 wrk_first.next->prev = wrk; 611 wrk_first.next->prev = wrk;
612 wrk_first.next = wrk; 612 wrk_first.next = wrk;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines