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

Method BeforeFork

cpp/src/arrow/util/cancel.cc:269–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 // At-fork handlers
268
269 void BeforeFork() { mutex_.lock(); }
270
271 void ParentAfterFork() { mutex_.unlock(); }
272

Callers 1

InitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected