Home
last modified time | relevance | path

Searched refs:thread_os_id (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Ddebug_alloc_stack.cpp52 uint64_t *thread_os_id; in main() local
54 __tsan_get_alloc_stack(mem, trace, num_frames, &thread_id, &thread_os_id); in main()
61 fprintf(stderr, "thread os id = 0x%llx\n", thread_os_id); in main()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp270 uint64_t thread_os_id = in GetRenumberedThreadIds() local
276 thread_os_id, can_update); in GetRenumberedThreadIds()
284 lldb_user_id = process_sp->AssignIndexIDToThread(thread_os_id); in GetRenumberedThreadIds()