|
From: Jeremy F. <je...@go...> - 2005-01-15 02:08:55
|
CVS commit by fitzhardinge:
Add a missing thread-creation track.
M +9 -7 core_os.c 1.5
--- valgrind/coregrind/linux/core_os.c #1.4:1.5
@@ -40,4 +40,6 @@ void VGA_(thread_wrapper)(ThreadId tid)
}
+ VG_TRACK ( post_thread_create, tst->os_state.parent, tid );
+
tst->os_state.lwpid = VG_(gettid)();
tst->os_state.threadgroup = VG_(getpid)();
|