|
HDK
|
#include "pxr/pxr.h"
Include dependency graph for threadLimits_impl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| PXR_NAMESPACE_OPEN_SCOPE unsigned | WorkImpl_GetPhysicalConcurrencyLimit () |
| TBB Thread Limit Implementations. More... | |
| void | WorkImpl_SetConcurrencyLimit (unsigned n) |
| void | WorkImpl_InitializeThreading (unsigned threadLimit) |
| unsigned | WorkImpl_GetConcurrencyLimit () |
| bool | WorkImpl_SupportsGranularThreadLimits () |
| unsigned WorkImpl_GetConcurrencyLimit | ( | ) |
Implements WorkGetConcurrencyLimit
| PXR_NAMESPACE_OPEN_SCOPE unsigned WorkImpl_GetPhysicalConcurrencyLimit | ( | ) |
TBB Thread Limit Implementations.
Implements WorkGetPhysicalConcurrencyLimit
| void WorkImpl_InitializeThreading | ( | unsigned | threadLimit | ) |
Helps implement Work_InitializeThreading
| void WorkImpl_SetConcurrencyLimit | ( | unsigned | n | ) |
Implements WorkSetConcurrencyLimit
| bool WorkImpl_SupportsGranularThreadLimits | ( | ) |
Implements SupportsGranularThreadLimits