Home
last modified time | relevance | path

Searched refs:GetCurrentThreadType (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/cronet/base/threading/
H A Dscoped_thread_priority_unittest.cc78 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 Dplatform_thread_unittest.cc266 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 Dplatform_thread.cc39 ThreadType PlatformThreadBase::GetCurrentThreadType() { in GetCurrentThreadType() function in base::PlatformThreadBase
50 if (GetCurrentThreadType() == ThreadType::kRealtimeAudio) in GetThreadLeewayOverride()
H A Dscoped_thread_priority.cc17 PlatformThread::GetCurrentThreadType(); in ScopedBoostPriority()
54 const base::ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in ScopedMayLoadLibraryAtBackgroundPriority()
H A Dplatform_thread_fuchsia.cc146 const ThreadType thread_type = PlatformThread::GetCurrentThreadType(); in GetCurrentThreadPriorityForTest()
H A Dplatform_thread.h263 static ThreadType GetCurrentThreadType();
/aosp_15_r20/external/cronet/base/task/thread_pool/
H A Dthread_group_semaphore_unittest.cc574 PlatformThread::GetCurrentThreadType()); in TEST_F()
581 PlatformThread::GetCurrentThreadType()); in TEST_F()
591 PlatformThread::GetCurrentThreadType()); in TEST_F()
H A Dthread_group_impl_unittest.cc569 PlatformThread::GetCurrentThreadType()); in TEST_F()
575 PlatformThread::GetCurrentThreadType()); in TEST_F()
584 PlatformThread::GetCurrentThreadType()); in TEST_F()
H A Dpooled_single_thread_task_runner_manager_unittest.cc296 PlatformThread::GetCurrentThreadType()); in TEST_P()
H A Dworker_thread_waitable_event_unittest.cc886 EXPECT_EQ(expected_thread_type_, PlatformThread::GetCurrentThreadType()); in VerifyThreadType()
H A Dthread_pool_impl_unittest.cc116 PlatformThread::GetCurrentThreadType()); in VerifyTaskEnvironment()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dobjidlbase.h6956 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);
Dobjidl.h7079 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 Dbindings.rs220528 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()