Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
int 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
CountDown
Method · 0.85
NotifyMany
Method · 0.85
Calls
1
Futex
Function · 0.70
Tested by
no test coverage detected