task reference count[Forums] Hi, I am new to tbb and am trying to understand the workings of tbb scheduler. I am still not convinced that I correctly understand the purpose of task reference count.I understand the following points-...
small stack_size causes segfault ??[Forums] Hello,I'm trying to learn TBB, and I wrote a pilot to better understand how the task scheduler works. I'm trying to do something probably unclever, however, I don't see why it should be illegal...
Per-working-thread data.[Forums] Hello everyone!I work on application which uses D3D11 parallel rendering features. Concurent rendering in this API is based on system of device contexts, which consume resource objects and generate GPU...
Task Priority In TBB[Forums] Hi,How to implement a Long ,low priority task in TBB?In my application i have some process tasks ,and 1 very long task that sholud run in the bacground until finished.The long task should be in low...
Many Simultaneous Task Schedulers[Forums] Though I'm getting great scalability within a single process (1 scheduler, 8 cores), it's also important to be able to start up multiple copies of the application. In this case it appears that the TBB...
Need help understanding thread pool architecture[Forums] I'm willing to bet this has been answered many time in many forms but I could't find anything that helped me, neither in the documentation nor by searching this forum.The TBB docs are written from the...
Creating tasks from native threads[Forums] Hello,We want to use the TBB task scheduler in conjuction with native threads, for a sub-problem in an application that is already threaded otherwise. In particular, we will have several native threads...