Loading...
Searching...
No Matches
impl.h
1//
2// Copyright 2025 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_BASE_WORK_TBB_IMPL_H
8#define PXR_BASE_WORK_TBB_IMPL_H
9
11
12#include "pxr/base/work/workTBB/detachedTask_impl.h"
13#include "pxr/base/work/workTBB/dispatcher_impl.h"
14#include "pxr/base/work/workTBB/isolatingDispatcher_impl.h"
15#include "pxr/base/work/workTBB/loops_impl.h"
16#include "pxr/base/work/workTBB/reduce_impl.h"
17#include "pxr/base/work/workTBB/sort_impl.h"
18#include "pxr/base/work/workTBB/taskGraph_impl.h"
19#include "pxr/base/work/workTBB/threadLimits_impl.h"
20#include "pxr/base/work/workTBB/withScopedParallelism_impl.h"
21
22#include "pxr/pxr.h"
23#if PXR_USE_NAMESPACES
24#define WORK_IMPL_NS PXR_NS
25#endif
26
27#endif // PXR_BASE_WORK_TBB_IMPL_H