the client program is multithreaded. valgrind serialize the execution of the client program (code)
- a thread is running - a hook comes up - the valgrind tool makes a decision, wether the thread can run along or another thread will resume its work how can i tell the valgrind scheduler to stop the current thread and start the next one? fs Julian Seward schrieb: > On Tuesday 28 October 2008, Felix Schmidt wrote: > >> I know that valgrind tools are single threaded, but not the client >> program! >> >> I want to put the client threads back to the queue >> > > What does that mean? I don't understand. > > J > > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
