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

Comparing IO-AIO/AIO.xs (file contents):
Revision 1.30 by root, Thu Aug 18 16:32:10 2005 UTC vs.
Revision 1.31 by root, Thu Aug 18 16:34:53 2005 UTC

207 pthread_t tid; 207 pthread_t tid;
208 pthread_attr_t attr; 208 pthread_attr_t attr;
209 209
210 pthread_attr_init (&attr); 210 pthread_attr_init (&attr);
211 pthread_attr_setstacksize (&attr, STACKSIZE); 211 pthread_attr_setstacksize (&attr, STACKSIZE);
212// pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED); 212 pthread_attr_setdetachstate (&attr, PTHREAD_CREATE_DETACHED);
213 213
214 sigfillset (&fullsigset); 214 sigfillset (&fullsigset);
215 sigprocmask (SIG_SETMASK, &fullsigset, &oldsigset); 215 sigprocmask (SIG_SETMASK, &fullsigset, &oldsigset);
216 216
217 if (pthread_create (&tid, &attr, aio_proc, 0) == 0) 217 if (pthread_create (&tid, &attr, aio_proc, 0) == 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines