On Fri, 9 Nov 2007 [EMAIL PROTECTED] wrote: > r6805: Modify two thread-notification events in the core-tool > interface. This removes track_post_thread_create and > track_post_thread_join. The core can only see low level thread > creation and exiting, and has no idea about pthread-level concepts > like "pthread_create" and "pthread_join", so these are a bit > ambiguous. > > Replace them with track_pre_thread_ll_create, which is notified before > a new thread makes any memory references, and > track_pre_thread_ll_exit, which is notified just before the new thread > exits, that is, after it has made its last memory reference.
What's the "ll_" mean -- low-level? Could it be removed? N ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Valgrind-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-developers
