- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there any way to make Thread Checker ignore part of code that we want to check? For example part that we know is serial and thread safe.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could lower the instrumentation level for an entire module (to "Module Imports"), or instrument just particular functions ("Custom Functions") in a module - look in the help index under "instrumentation, levels" for more information.
Additionally, there are some API's. Look under "API Support -> APIs to Control the Runtime Analysis" in the help.
Additionally, there are some API's. Look under "API Support -> APIs to Control the Runtime Analysis" in the help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks!
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page