Home
last modified time | relevance | path

Searched refs:operation_type (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dthread_status.h117 operation_type(_operation_type), in ThreadStatus()
144 const OperationType operation_type; member
/rocksdb-6.9/monitoring/
Dthread_status_updater.h71 operation_type.store(ThreadStatus::OP_UNKNOWN); in ThreadStatusData()
88 std::atomic<ThreadStatus::OperationType> operation_type; member
Dthread_status_updater.cc77 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()
/rocksdb-6.9/util/
Dthread_list_test.cc22 const ThreadStatus::OperationType operation_type = in SimulatedBackgroundTask() argument
28 operation_type_(operation_type), state_type_(state_type), in SimulatedBackgroundTask()
194 operation_counts[thread_status.operation_type]++; in UpdateStatusCounts()
/rocksdb-6.9/docs/_posts/
D2015-10-27-getthreadlist.markdown175 const OperationType operation_type;
/rocksdb-6.9/db/
Dlistener_test.cc239 if (thread_status.operation_type == ThreadStatus::OP_FLUSH || in OnTableFileCreated()
240 thread_status.operation_type == ThreadStatus::OP_COMPACTION) { in OnTableFileCreated()
Ddb_test.cc4080 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()
/rocksdb-6.9/java/rocksjni/
Dportal.h6455 const ROCKSDB_NAMESPACE::ThreadStatus::OperationType& operation_type) { in toJavaOperationType() argument
6456 switch (operation_type) { in toJavaOperationType()
6691 OperationTypeJni::toJavaOperationType(thread_status->operation_type), in construct()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc1935 ThreadStatus::GetOperationName(ts.operation_type).c_str(), in PrintThreadStatus()
1941 ts.operation_type, ts.op_properties); in PrintThreadStatus()