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

Method BeforeFork

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

Source from the content-addressed store, hash-verified

427 // At-fork machinery
428
429 void BeforeFork() { mutex_.lock(); }
430
431 void ParentAfterFork() { mutex_.unlock(); }
432

Callers 1

ThreadPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected