public class ThreadParams_jmhType_B2 extends ThreadParams_jmhType_B1
Modifier and Type | Field and Description |
---|---|
protected int |
groupCount |
protected int |
groupIdx |
protected int |
groupThreadCount |
protected int |
groupThreadIdx |
int |
setupInvocationMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
setupInvocationMutexUpdater |
int |
setupIterationMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
setupIterationMutexUpdater |
int |
setupTrialMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
setupTrialMutexUpdater |
protected int |
subgroupCount |
protected int |
subgroupIdx |
protected int |
subgroupThreadCount |
protected int |
subgroupThreadIdx |
int |
tearInvocationMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
tearInvocationMutexUpdater |
int |
tearIterationMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
tearIterationMutexUpdater |
int |
tearTrialMutex |
static AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> |
tearTrialMutexUpdater |
protected int |
threadCount |
protected int |
threadIdx |
Constructor and Description |
---|
ThreadParams_jmhType_B2(ThreadParams other) |
getGroupCount, getGroupIndex, getGroupThreadCount, getGroupThreadIndex, getSubgroupCount, getSubgroupIndex, getSubgroupThreadCount, getSubgroupThreadIndex, getThreadCount, getThreadIndex
public volatile int setupTrialMutex
public volatile int tearTrialMutex
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> setupTrialMutexUpdater
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> tearTrialMutexUpdater
public volatile int setupIterationMutex
public volatile int tearIterationMutex
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> setupIterationMutexUpdater
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> tearIterationMutexUpdater
public volatile int setupInvocationMutex
public volatile int tearInvocationMutex
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> setupInvocationMutexUpdater
public static final AtomicIntegerFieldUpdater<ThreadParams_jmhType_B2> tearInvocationMutexUpdater
protected final int threadIdx
protected final int threadCount
protected final int groupIdx
protected final int groupCount
protected final int subgroupIdx
protected final int subgroupCount
protected final int groupThreadIdx
protected final int groupThreadCount
protected final int subgroupThreadIdx
protected final int subgroupThreadCount
public ThreadParams_jmhType_B2(ThreadParams other)
Copyright © 2015. All rights reserved.