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

Method ParentAfterFork

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

Source from the content-addressed store, hash-verified

429 void BeforeFork() { mutex_.lock(); }
430
431 void ParentAfterFork() { mutex_.unlock(); }
432
433 void ChildAfterFork() {
434 int desired_capacity = desired_capacity_;

Callers 1

ThreadPoolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected