Hello, As far as I understood the libgomp source code directly, libgomp has its own barrier implementation based on the futex system call. This means that if I want to support OpenMP in DRD, I have to intercept the futex system call. Is there a better way than adding calls to appropriate tracking functions in PRE(sys_futex) and POST(sys_futex) (defined in coregrind/m_syswrap/syswrap-linux.c) ?
Bart. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Valgrind-developers mailing list Valgrind-developers@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/valgrind-developers