Searched refs:operation_type (Results 1 – 9 of 9) sorted by relevance
117 operation_type(_operation_type), in ThreadStatus()144 const OperationType operation_type; member
71 operation_type.store(ThreadStatus::OP_UNKNOWN); in ThreadStatusData()88 std::atomic<ThreadStatus::OperationType> operation_type; member
77 data->operation_type.store(type, std::memory_order_release); in SetThreadOperation()117 data->operation_type.store(ThreadStatus::OP_UNKNOWN, in ClearThreadOperation()182 op_type = thread_data->operation_type.load(std::memory_order_acquire); in GetThreadList()
22 const ThreadStatus::OperationType operation_type = in SimulatedBackgroundTask() argument28 operation_type_(operation_type), state_type_(state_type), in SimulatedBackgroundTask()194 operation_counts[thread_status.operation_type]++; in UpdateStatusCounts()
175 const OperationType operation_type;
239 if (thread_status.operation_type == ThreadStatus::OP_FLUSH || in OnTableFileCreated()240 thread_status.operation_type == ThreadStatus::OP_COMPACTION) { in OnTableFileCreated()
4080 if (thread.operation_type == op_type) { in VerifyOperationCount()4397 operation_count[thread.operation_type]++; in TEST_P()4422 operation_count[thread.operation_type]++; in TEST_P()4484 operation_count[thread.operation_type]++; in TEST_P()4509 operation_count[thread.operation_type]++; in TEST_P()
6455 const ROCKSDB_NAMESPACE::ThreadStatus::OperationType& operation_type) { in toJavaOperationType() argument6456 switch (operation_type) { in toJavaOperationType()6691 OperationTypeJni::toJavaOperationType(thread_status->operation_type), in construct()
1935 ThreadStatus::GetOperationName(ts.operation_type).c_str(), in PrintThreadStatus()1941 ts.operation_type, ts.op_properties); in PrintThreadStatus()