Home
last modified time | relevance | path

Searched defs:thread_context (Results 1 – 5 of 5) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp61 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP() local
/llvm-project/openmp/libompd/src/
H A Domp-debug.h82 ompd_thread_context_t *thread_context; member
H A Domp-debug.cpp267 ompd_thread_context_t *thread_context = thread_handle->thread_context; in ompd_get_curr_parallel_handle() local
/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp468 lldb_private::minidump::MinidumpContext_x86_64 thread_context = {}; GetThreadContext_x86_64() local
503 minidump::RegisterContextMinidump_ARM64::Context thread_context = {}; GetThreadContext_ARM64() local
625 ArchThreadContexts thread_context(arch.GetMachine()); AddThreadList() local
[all...]
/llvm-project/openmp/libompd/gdb-plugin/
H A DompdModule.c778 ompd_thread_context_t **thread_context) /* OUT */ in _thread_context()