MCPcopy Create free account
hub / github.com/catboost/catboost / OnParent

Method OnParent

library/cpp/yt/threading/at_fork.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84 void OnParent()
85 {
86 ForkLock_.ReleaseWriter();
87 IterateAtForkHandlerSets([] (const TAtForkHandlerSet& set) {
88 if (set.Parent) {
89 set.Parent();
90 }
91 });
92 }
93
94 void OnChild()
95 {

Callers 1

TAtForkManagerMethod · 0.80

Calls 2

ParentMethod · 0.80
ReleaseWriterMethod · 0.45

Tested by

no test coverage detected