OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:concurrent_queue
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/core/src/
parallel.cpp
283
dispatch_queue_t
concurrent_queue
= dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);
local
284
dispatch_apply_f(stripeRange.end - stripeRange.start,
concurrent_queue
, &pbody, block_function);
/external/opencv3/modules/imgproc/src/
canny.cpp
236
static tbb::
concurrent_queue
<uchar*> borderPeaks;
[
all
...]
Completed in 62 milliseconds