Searched refs:GetThreadContext (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_thread_registry_test.cc | 27 static ThreadContextBase *GetThreadContext(u32 tid) { in GetThreadContext() function 141 ThreadRegistry quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST() 146 ThreadRegistry no_quarantine_registry(GetThreadContext<ThreadContextBase>, in TEST() 231 ThreadRegistry registry(GetThreadContext<TestThreadContext>, in TEST()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/thread/ |
H A D | osthread.d | 132 GetCurrentThreadId, GetCurrentProcess, GetExitCodeThread, GetSystemInfo, GetThreadContext, in version() 1766 if ( !GetThreadContext( t.m_hndl, &context ) ) in private()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winbase.d | 1906 BOOL GetThreadContext(HANDLE, LPCONTEXT);
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2014 | 9515 GetThreadContext call.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2014 | 9515 GetThreadContext call.
|