MCPcopy Create free account
hub / github.com/apache/arrow / GetSerialExecutorGlobalState

Function GetSerialExecutorGlobalState

cpp/src/arrow/util/thread_pool.cc:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103};
104
105static SerialExecutorGlobalState* GetSerialExecutorGlobalState() {
106 static SerialExecutorGlobalState state;
107 return &state;
108}
109
110SerialExecutor* SerialExecutor::GetCurrentExecutor() {
111 return GetSerialExecutorGlobalState()->current_executor;

Callers 5

GetCurrentExecutorMethod · 0.85
SerialExecutorMethod · 0.85
~SerialExecutorMethod · 0.85
RunLoopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected