Searched refs:IsThreadBackgroundedForTest (Results 1 – 3 of 3) sorted by relevance
178 bool PlatformThreadLinux::IsThreadBackgroundedForTest( in IsThreadBackgroundedForTest() function in base::PlatformThreadLinux
332 static bool IsThreadBackgroundedForTest(PlatformThreadId thread_id);
417 EXPECT_EQ(PlatformThreadLinux::IsThreadBackgroundedForTest(tid), is_bg); in AssertThreadsBgState()