|
| static void | InitializeAndSetImplementation (IParallelDriver parallelDriver) |
| static ParallelLoopResult | ForEach< TSource > (IEnumerable< TSource > source, Action< TSource > body) |
| static void | ForEach< TSource > (IList< TSource > source, Action< TSource > body) |
| static void | For (int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize=16) |
| static void | ForWithoutRenderThread (int fromInclusive, int toExclusive, ParallelForAuxPredicate body, int grainSize=16) |
| static void | For (int fromInclusive, int toExclusive, float deltaTime, ParallelForWithDtAuxPredicate body, int grainSize=16) |
| static void | AssertIsMainThread () |
| static bool | IsMainThread () |