Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/tsan/
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()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp274 uint64_t thread_os_id = in GetRenumberedThreadIds() local
280 thread_os_id, can_update); in GetRenumberedThreadIds()
288 lldb_user_id = process_sp->AssignIndexIDToThread(thread_os_id); in GetRenumberedThreadIds()