7#ifndef PXR_BASE_WORK_TBB_THREAD_LIMITS_IMPL_H
8#define PXR_BASE_WORK_TBB_THREAD_LIMITS_IMPL_H
12PXR_NAMESPACE_OPEN_SCOPE
18unsigned WorkImpl_GetPhysicalConcurrencyLimit();
22void WorkImpl_SetConcurrencyLimit(
unsigned n);
26void WorkImpl_InitializeThreading(
unsigned threadLimit);
30unsigned WorkImpl_GetConcurrencyLimit();
34bool WorkImpl_SupportsGranularThreadLimits();
36PXR_NAMESPACE_CLOSE_SCOPE