Lines Matching refs:ThreadState
2238 struct ThreadState { struct
2244 /* implicit */ ThreadState(int index) in ThreadState() argument
2883 void (Benchmark::*method)(ThreadState*) = nullptr; in Run()
3291 ThreadState* thread;
3292 void (Benchmark::*method)(ThreadState*);
3298 ThreadState* thread = arg->thread; in ThreadBody()
3326 void (Benchmark::*method)(ThreadState*)) { in RunBenchmark() argument
3371 arg[i].thread = new ThreadState(i); in RunBenchmark()
3404 void Crc32c(ThreadState* thread) { in Crc32c()
3425 void xxHash(ThreadState* thread) { in xxHash()
3444 void AcquireLoad(ThreadState* thread) { in AcquireLoad()
3460 void Compress(ThreadState *thread) { in Compress()
3492 void Uncompress(ThreadState *thread) { in Uncompress()
4257 void WriteSeqDeterministic(ThreadState* thread) { in WriteSeqDeterministic()
4261 void WriteUniqueRandomDeterministic(ThreadState* thread) { in WriteUniqueRandomDeterministic()
4266 void WriteSeq(ThreadState* thread) { in WriteSeq()
4270 void WriteRandom(ThreadState* thread) { in WriteRandom()
4274 void WriteUniqueRandom(ThreadState* thread) { in WriteUniqueRandom()
4320 DB* SelectDB(ThreadState* thread) { in SelectDB()
4324 DBWithColumnFamilies* SelectDBWithCfh(ThreadState* thread) { in SelectDBWithCfh()
4340 void DoWrite(ThreadState* thread, WriteMode write_mode) { in DoWrite()
4528 Status DoDeterministicCompact(ThreadState* thread, in DoDeterministicCompact()
4833 void ReadSequential(ThreadState* thread) { in ReadSequential()
4843 void ReadSequential(ThreadState* thread, DB* db) { in ReadSequential()
4871 void ReadToRowCache(ThreadState* thread) { in ReadToRowCache()
4930 void ReadReverse(ThreadState* thread) { in ReadReverse()
4940 void ReadReverse(ThreadState* thread, DB* db) { in ReadReverse()
4959 void ReadRandomFast(ThreadState* thread) { in ReadRandomFast()
5034 void ReadRandom(ThreadState* thread) { in ReadRandom()
5109 void MultiReadRandom(ThreadState* thread) { in MultiReadRandom()
5414 void MixGraph(ThreadState* thread) { in MixGraph()
5609 void IteratorCreation(ThreadState* thread) { in IteratorCreation()
5620 void IteratorCreationWhileWriting(ThreadState* thread) { in IteratorCreationWhileWriting()
5628 void SeekRandom(ThreadState* thread) { in SeekRandom()
5743 void SeekRandomWhileWriting(ThreadState* thread) { in SeekRandomWhileWriting()
5751 void SeekRandomWhileMerging(ThreadState* thread) { in SeekRandomWhileMerging()
5759 void DoDelete(ThreadState* thread, bool seq) { in DoDelete()
5784 void DeleteSeq(ThreadState* thread) { in DeleteSeq()
5788 void DeleteRandom(ThreadState* thread) { in DeleteRandom()
5792 void ReadWhileWriting(ThreadState* thread) { in ReadWhileWriting()
5800 void ReadWhileMerging(ThreadState* thread) { in ReadWhileMerging()
5808 void BGWriter(ThreadState* thread, enum OperationType write_merge) { in BGWriter()
5878 void ReadWhileScanning(ThreadState* thread) { in ReadWhileScanning()
5886 void BGScan(ThreadState* thread) { in BGScan()
6001 void RandomWithVerify(ThreadState* thread) { in RandomWithVerify()
6072 void ReadRandomWriteRandom(ThreadState* thread) { in ReadRandomWriteRandom()
6130 void UpdateRandom(ThreadState* thread) { in UpdateRandom()
6181 void XORUpdateRandom(ThreadState* thread) { in XORUpdateRandom()
6232 void AppendRandom(ThreadState* thread) { in AppendRandom()
6295 void MergeRandom(ThreadState* thread) { in MergeRandom()
6341 void ReadRandomMergeRandom(ThreadState* thread) { in ReadRandomMergeRandom()
6393 void WriteSeqSeekSeq(ThreadState* thread) { in WriteSeqSeekSeq()
6447 void GetMergeOperands(ThreadState* thread) { in GetMergeOperands()
6532 void RandomTransaction(ThreadState* thread) { in RandomTransaction()
6626 void RandomReplaceKeys(ThreadState* thread) { in RandomReplaceKeys()
6681 void TimeSeriesReadOrDelete(ThreadState* thread, bool do_deletion) { in TimeSeriesReadOrDelete()
6762 void TimeSeriesWrite(ThreadState* thread) { in TimeSeriesWrite()
6823 void TimeSeries(ThreadState* thread) { in TimeSeries()
6835 void Compact(ThreadState* thread) { in Compact()
6914 void Replay(ThreadState* thread) { in Replay()
6920 void Replay(ThreadState* /*thread*/, DBWithColumnFamilies* db_with_cfh) { in Replay() argument