Home
last modified time | relevance | path

Searched refs:eventToDupe (Results 1 – 1 of 1) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Externals/WIL/tests/
H A DWatcherTests.cpp30 wil::unique_event_nothrow eventToDupe; variable
31 FAIL_FAST_IF_FAILED(eventToDupe.create(wil::EventOptions::None));
32 auto watcher = wil::make_event_watcher_nothrow(eventToDupe.get(), []{}); in __anon64b017ed0302()
34 REQUIRE(eventToDupe.get() != nullptr); // handle duped in this case
68 wil::unique_event eventToDupe(wil::EventOptions::None);
69 auto watcher = wil::make_event_watcher(eventToDupe.get(), []{}); in __anon64b017ed0802()
70 REQUIRE(eventToDupe.get() != nullptr); // handle duped in this case