Searched refs:with_base_sync_primitives (Results 1 – 3 of 3) sorted by relevance
17 EXPECT_FALSE(traits.with_base_sync_primitives()); in TEST()26 EXPECT_FALSE(traits.with_base_sync_primitives()); in TEST()35 EXPECT_FALSE(traits.with_base_sync_primitives()); in TEST()44 EXPECT_FALSE(traits.with_base_sync_primitives()); in TEST()53 EXPECT_TRUE(traits.with_base_sync_primitives()); in TEST()64 EXPECT_TRUE(traits.with_base_sync_primitives()); in TEST()77 EXPECT_EQ(traits.with_base_sync_primitives(), in TEST()78 traits_copy.with_base_sync_primitives()); in TEST()91 EXPECT_FALSE(overridden.with_base_sync_primitives()); in TEST()104 EXPECT_FALSE(overridden.with_base_sync_primitives()); in TEST()[all …]
17 if (traits.may_block() || traits.with_base_sync_primitives()) in GetEnvironmentIndexForTraits()
203 constexpr bool with_base_sync_primitives() const { in with_base_sync_primitives() function