Hi Paul, On 8/12/06, Paul Martz <[EMAIL PROTECTED]> wrote:
Any guidance on trylock()? From my previous email...
I haven't used trylock() in my own code. From reading pthreads docs on the topic I recall that it tries to aquire a lock, if it it does, but if it doesn't it just returns immediately. The return type tells you whether the trylock has succeded or not. At least that's what I recall. Happy to be be corrected on it. Robert. _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
