Home | History | Annotate | Download | only in src

Lines Matching refs:tbb

152         task = new( tbb::task::allocate_root() ) TBBApproximateSynchronizerTask( *this );
153 tbb::task::enqueue(*task);
163 tbb::task::destroy( *task );
261 // If there isn't TBB the synchronization will be executed in the main thread.
313 // If there is TBB the synchronization will be executed in own thread.
340 tbb::mutex mtx;
358 tbb::mutex mtx;
389 tbb::concurrent_bounded_queue<cv::Ptr<xn::DepthMetaData> > depthQueue;
390 tbb::concurrent_bounded_queue<cv::Ptr<xn::ImageMetaData> > imageQueue;
393 class TBBApproximateSynchronizerTask: public tbb::task
412 tbb::task* execute()