HomeSort by relevance Sort by last modified time
    Searched defs:Concurrency_winrt (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/src/
ppltasks_winrt.h 136 /// The <c>Concurrency_winrt</c> namespace provides classes and functions that give you access to the Concurrency Runtime,
140 namespace Concurrency_winrt
165 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
167 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT)
170 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
    [all...]
  /external/opencv3/modules/videoio/src/
ppltasks_winrt.hpp 136 /// The <c>Concurrency_winrt</c> namespace provides classes and functions that give you access to the Concurrency Runtime,
140 namespace Concurrency_winrt
165 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
167 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT)
170 #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
    [all...]

Completed in 63 milliseconds