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

