Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DequeueAll
Method
DequeueAll
util/thread/lfstack_ut.cpp:304–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
302
}
303
304
static void DequeueAll(TLockFreeStack<int>& stack) {
305
TVector<int> value;
306
stack.DequeueAll(&value);
307
}
308
};
309
310
// Test for catching thread sanitizer problems
Callers
nothing calls this directly
Calls
1
DequeueAll
Method · 0.45
Tested by
no test coverage detected