Searched refs:GetCurrentThreadType (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/cronet/base/threading/ |
H A D | scoped_thread_priority_unittest.cc | 78 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), from); in TEST_F() 85 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), in TEST_F() 88 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), from); in TEST_F()
|
H A D | platform_thread_unittest.cc | 266 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), ThreadType::kDefault); in RunTest() 268 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), from_); in RunTest() 270 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), to_); in RunTest() 289 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), ThreadType::kDefault); in RunTest() 291 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), thread_type_); in RunTest() 581 EXPECT_EQ(PlatformThread::GetCurrentThreadType(), in RunTest()
|
H A D | platform_thread.cc | 39 ThreadType PlatformThreadBase::GetCurrentThreadType() { in GetCurrentThreadType() function in base::PlatformThreadBase 50 if (GetCurrentThreadType() == ThreadType::kRealtimeAudio) in GetThreadLeewayOverride()
|
H A D | scoped_thread_priority.cc | 17 PlatformThread::GetCurrentThreadType(); in ScopedBoostPriority() 54 const base::ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in ScopedMayLoadLibraryAtBackgroundPriority()
|
H A D | platform_thread_fuchsia.cc | 146 const ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in GetCurrentThreadPriorityForTest()
|
H A D | platform_thread.h | 263 static ThreadType GetCurrentThreadType();
|
/aosp_15_r20/external/cronet/base/task/thread_pool/ |
H A D | thread_group_semaphore_unittest.cc | 574 PlatformThread::GetCurrentThreadType()); in TEST_F() 581 PlatformThread::GetCurrentThreadType()); in TEST_F() 591 PlatformThread::GetCurrentThreadType()); in TEST_F()
|
H A D | thread_group_impl_unittest.cc | 569 PlatformThread::GetCurrentThreadType()); in TEST_F() 575 PlatformThread::GetCurrentThreadType()); in TEST_F() 584 PlatformThread::GetCurrentThreadType()); in TEST_F()
|
H A D | pooled_single_thread_task_runner_manager_unittest.cc | 296 PlatformThread::GetCurrentThreadType()); in TEST_P()
|
H A D | worker_thread_waitable_event_unittest.cc | 886 EXPECT_EQ(expected_thread_type_, PlatformThread::GetCurrentThreadType()); in VerifyThreadType()
|
H A D | thread_pool_impl_unittest.cc | 116 PlatformThread::GetCurrentThreadType()); in VerifyTaskEnvironment()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | objidlbase.h | 6956 virtual HRESULT STDMETHODCALLTYPE GetCurrentThreadType( 6990 HRESULT (STDMETHODCALLTYPE *GetCurrentThreadType)( 7016 …eadingInfo_GetCurrentThreadType(This,pThreadType) (This)->lpVtbl->GetCurrentThreadType(This,pThrea… 7035 return This->lpVtbl->GetCurrentThreadType(This,pThreadType);
|
D | objidl.h | 7079 virtual HRESULT STDMETHODCALLTYPE GetCurrentThreadType( 7113 HRESULT (STDMETHODCALLTYPE *GetCurrentThreadType)( 7139 …eadingInfo_GetCurrentThreadType(This,pThreadType) (This)->lpVtbl->GetCurrentThreadType(This,pThrea… 7158 return This->lpVtbl->GetCurrentThreadType(This,pThreadType);
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 220528 pub GetCurrentThreadType: ::std::option::Option< field 220587 unsafe { ::std::ptr::addr_of!((*ptr).GetCurrentThreadType) as usize - ptr as usize }, in bindgen_test_layout_IComThreadingInfoVtbl() 220593 stringify!(GetCurrentThreadType) in bindgen_test_layout_IComThreadingInfoVtbl()
|