Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/babylon
/ SetUp
Method
SetUp
test/coroutine/test_futex.cpp:18–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
17
struct CoroutineFutexTest : public ::testing::Test {
18
virtual void SetUp() override {
19
futex.value() = 0;
20
}
21
22
static void assert_in_executor(Executor& executor) {
23
if (!executor.is_running_in()) {
Callers
nothing calls this directly
Calls
1
value
Method · 0.45
Tested by
no test coverage detected