- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Intel TBB 2.1 has a new class that is tbb_thread. What is it`s function? How to work? Is there somecode samples ?
Thanks in advance.
Thanks in advance.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just have a look at the Reference Manual: http://www.threadingbuildingblocks.org/uploads/81/91/Latest%20Open%20Source%20Documentation/Reference%20(Open%20Source).pdf , Section 9.
Tbb_thread is simply a wrapper around the threads native to the platform and allows functionality similar to Boost threads, POSIX threads, etc.
It does not combine well with the task-driven model, but is sometimes convenient.
Tbb_thread is simply a wrapper around the threads native to the platform and allows functionality similar to Boost threads, POSIX threads, etc.
It does not combine well with the task-driven model, but is sometimes convenient.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just have a look at the Reference Manual: http://www.threadingbuildingblocks.org/uploads/81/91/Latest%20Open%20Source%20Documentation/Reference%20(Open%20Source).pdf , Section 9.
Tbb_thread is simply a wrapper around the threads native to the platform and allows functionality similar to Boost threads, POSIX threads, etc.
It does not combine well with the task-driven model, but is sometimes convenient.
Tbb_thread is simply a wrapper around the threads native to the platform and allows functionality similar to Boost threads, POSIX threads, etc.
It does not combine well with the task-driven model, but is sometimes convenient.
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