concurrent_queue

Link/UrlTags
More bugs in concurrent_queue [Forums]
TBB 2.1 (20080825) I've finally applied Relacy Race Detector to concurrent_queue's signaling mechanism (__TBB_NO_BUSY_WAIT_IN_CONCURRENT_QUEUE + _WIN32 version), and it reveals 2 interesting moment ...

Posted: 2008-09-10 07:44:11 by Dmitriy Vyukov
concurrent_queue, TBB
concurrent_queue freezes after 65535 pops [Forums]
I have a bizarre problem with TBB concurrent queues and would appreciate any help. I have two tasks running in parallel (triggered in a parallel_for). The first task ("producer") pushes an event poin ...

Posted: 2008-11-05 12:14:00 by tbbnovice
concurrent_queue
Unable to build concurrent_queue.cpp for busy waiting. [Forums]
Before I submit a bug report, has anyone been able to build concurrent_queue.cpp without defining __TBB_NO_BUSY_WAIT_IN_CONCURRENT_QUEUE? I get a syntax error as well as a few type related errors. ...

Posted: 2009-02-08 01:54:27 by bhindman
concurrent_queue
concurrent_queue not releasing memory? [Forums]
[Note: This thread is the narrowed-down version of another thread; http://software.intel.com/en-us/forums/intel-threading-building-blocks/topic/66469/page/1/#87679, ] It appears that if one grows a ...

Posted: 2009-06-25 11:10:39 by jind
concurrent_queue, memory