That are some great news. I was planning to do some test to know if it was used, but if it's not used then for the moment it's one thing that i don't have to worry right now.
2011/1/18 Robert Osfield <[email protected]> > Hi Jorge, > > I know little about the issues of Android platform, so read with > interest in the various developments that yourself and others are > working on, it does mean I can't yet contribute too pro-actively > though. I'll will try and chip in where I can. > > On Mon, Jan 17, 2011 at 10:37 PM, Jorge Izquierdo Ciges > <[email protected]> wrote: > > Pthreads. The Set functions are trivial and i don't think that could > cause a > > very big damage. But pthread_cancel is something different, because i've > > seen that it's widely used. And we would need a suitable replacement to > > don't let the thread go on. > > With the OSG usage of threads I have implemented co-operative exit of > the thread loops using done flags, instead of relying upon > Thread::cancel(). Given this, not having cancel() working as before > may well not be that critical. > > Robert. > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

