Searched refs:switch_uint (Results 1 – 1 of 1) sorted by relevance
3024 unsigned int switch_uint = 0; in MULTIPROCESS_TEST_MAIN() local3025 EXPECT_TRUE(StringToUint(switch_string, &switch_uint)); in MULTIPROCESS_TEST_MAIN()3026 win::ScopedHandle sync_event(win::Uint32ToHandle(switch_uint)); in MULTIPROCESS_TEST_MAIN()3051 unsigned int switch_uint = 0; in MULTIPROCESS_TEST_MAIN() local3052 EXPECT_TRUE(StringToUint(switch_string, &switch_uint)); in MULTIPROCESS_TEST_MAIN()3053 win::ScopedHandle sync_event(win::Uint32ToHandle(switch_uint)); in MULTIPROCESS_TEST_MAIN()