Home
last modified time | relevance | path

Searched defs:GetThreadContext (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dsuspendable_thread_delegate_mac.cc98 bool SuspendableThreadDelegateMac::GetThreadContext( in GetThreadContext() function in base::SuspendableThreadDelegateMac
H A Dsuspendable_thread_delegate_win.cc207 bool SuspendableThreadDelegateWin::GetThreadContext(CONTEXT* thread_context) { in GetThreadContext() function in base::SuspendableThreadDelegateWin
H A Dstack_copier_suspend_unittest.cc60 bool GetThreadContext(RegisterContext* thread_context) override { in GetThreadContext() function in base::__anon9a57a1a80111::TestSuspendableThreadDelegate
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_thread_registry_test.cc27 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Ddbgeng.h82 STDMETHOD(GetThreadContext)(THIS_ PVOID Context,ULONG ContextSize) PURE; in DECLARE_INTERFACE_() local
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs66517 pub fn GetThreadContext(hThread: HANDLE, lpContext: LPCONTEXT) -> BOOL; in GetThreadContext() function