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

Function FutexWake

library/cpp/yt/threading/futex.cpp:48–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48int FutexWake(int* addr, int count)
49{
50 return Futex(
51 addr,
52 FUTEX_WAKE_PRIVATE,
53 count,
54 nullptr,
55 nullptr,
56 0);
57}
58
59#endif
60

Callers 2

CountDownMethod · 0.85
NotifyManyMethod · 0.85

Calls 1

FutexFunction · 0.70

Tested by

no test coverage detected