Searched refs:cthread (Results 1 – 1 of 1) sorted by relevance
282 CustomThread cthread; in TEST() local283 EXPECT_TRUE(cthread.WrapCurrent()); in TEST()284 EXPECT_EQ(&cthread, Thread::Current()); in TEST()285 EXPECT_TRUE(cthread.RunningForTest()); in TEST()286 EXPECT_FALSE(cthread.IsOwned()); in TEST()287 cthread.UnwrapCurrent(); in TEST()288 EXPECT_FALSE(cthread.RunningForTest()); in TEST()