Concurrency_winrt  140 modules/highgui/src/ppltasks_winrt.h namespace Concurrency_winrt
Concurrency_winrt  165 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
Concurrency_winrt  167 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT)
Concurrency_winrt  170 modules/highgui/src/ppltasks_winrt.h #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
Concurrency_winrt 9459 modules/highgui/src/ppltasks_winrt.h namespace concurrency_winrt = Concurrency_winrt;
Concurrency_winrt  393 modules/videoio/src/cap_msmf.hpp #define _ContextCallback Concurrency_winrt::details::_ContextCallback
Concurrency_winrt  528 modules/videoio/src/cap_msmf.hpp #define BEGIN_CREATE_ASYNC(type, ...) Concurrency_winrt::create_async<type>([__VA_ARGS__]() -> HRESULT {
Concurrency_winrt  531 modules/videoio/src/cap_msmf.hpp #define DEFINE_TASK Concurrency_winrt::task
Concurrency_winrt  532 modules/videoio/src/cap_msmf.hpp #define CREATE_TASK Concurrency_winrt::create_task
Concurrency_winrt  533 modules/videoio/src/cap_msmf.hpp #define CREATE_OR_CONTINUE_TASK(_task, rettype, func) _task = (_task == Concurrency_winrt::task<rettype>()) ? Concurrency_winrt::create_task<rettype>(func) : _task.then([func](rettype, rettype* retVal) -> HRESULT { return func(retVal); });
Concurrency_winrt  165 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
Concurrency_winrt  167 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureMultiFramesCallstack(PPL_TASK_SAVE_FRAME_COUNT)
Concurrency_winrt  170 modules/videoio/src/ppltasks_winrt.hpp #define _CAPTURE_CALLSTACK() ::Concurrency_winrt::details::_TaskCreationCallstack::_CaptureSingleFrameCallstack(_ReturnAddress())
Concurrency_winrt 9459 modules/videoio/src/ppltasks_winrt.hpp namespace concurrency_winrt = Concurrency_winrt;