Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/threading/
H A Dplatform_thread_linux.cc178 bool PlatformThreadLinux::IsThreadBackgroundedForTest( in IsThreadBackgroundedForTest() function in base::PlatformThreadLinux
H A Dplatform_thread.h332 static bool IsThreadBackgroundedForTest(PlatformThreadId thread_id);
/aosp_15_r20/external/cronet/base/process/
H A Dprocess_unittest.cc417 EXPECT_EQ(PlatformThreadLinux::IsThreadBackgroundedForTest(tid), is_bg); in AssertThreadsBgState()