MCPcopy 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
17struct 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

valueMethod · 0.45

Tested by

no test coverage detected