Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp352 thread_context.p1_home = {}; in GetThreadContext_64()
353 thread_context.context_flags = static_cast<uint32_t>( in GetThreadContext_64()
366 thread_context.r8 = read_register_u64(reg_ctx, "r8"); in GetThreadContext_64()
367 thread_context.r9 = read_register_u64(reg_ctx, "r9"); in GetThreadContext_64()
376 thread_context.cs = read_register_u16(reg_ctx, "cs"); in GetThreadContext_64()
377 thread_context.fs = read_register_u16(reg_ctx, "fs"); in GetThreadContext_64()
378 thread_context.gs = read_register_u16(reg_ctx, "gs"); in GetThreadContext_64()
379 thread_context.ss = read_register_u16(reg_ctx, "ss"); in GetThreadContext_64()
381 return thread_context; in GetThreadContext_64()
476 &thread_context, in AddThreadList()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp61 CONTEXT *thread_context = reinterpret_cast<CONTEXT *>(buffer->data()); in GetRegistersAndSP() local
62 thread_context->ContextFlags = CONTEXT_ALL; in GetRegistersAndSP()
63 CHECK(GetThreadContext(threadHandles[index], thread_context)); in GetRegistersAndSP()
64 *sp = thread_context->SP_REG; in GetRegistersAndSP()
/llvm-project-15.0.7/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
268 if (!context || !thread_context) in ompd_get_curr_parallel_handle()
762 (*thread_handle)->thread_context = tcontext; in ompd_get_thread_handle()
/llvm-project-15.0.7/openmp/runtime/src/include/
H A Domp-tools.h.var1160 ompd_thread_context_t **thread_context);
1168 ompd_thread_context_t *thread_context, const char *symbol_name,
1173 ompd_thread_context_t *thread_context, const ompd_address_t *addr,
1178 ompd_thread_context_t *thread_context, const ompd_address_t *addr,