|
From: Augusto V. <aug...@si...> - 2005-07-29 18:33:34
|
Content-Transfer-Encoding: 7bit Is it possible to call VG_(get_running_tid) inside a helper?? I'm trying to do this inside log_xx_xx_cache_access() helpers, and I only get IDs 1, 2 and 3 (1 is the main(), and 2,3 are pthreads; however, my program has 4 pthreads...) (Valgrind ver: 2.4.0) Thanks, Augusto |