Home
last modified time | relevance | path

Searched refs:os_id (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
Dlsan_thread.cc80 void ThreadStart(u32 tid, tid_t os_id, bool workerthread) { in ThreadStart() argument
90 thread_registry->StartThread(tid, os_id, workerthread, &args); in ThreadStart()
125 CurrentThreadContext()->os_id = GetTid(); in EnsureMainThreadIDIsCorrect()
130 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, in GetThreadRangesLocked() argument
134 thread_registry->FindThreadContextByOsIDLocked(os_id)); in GetThreadRangesLocked()
146 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback, in ForEachExtraStackRange() argument
Dlsan_common.cc223 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); in ProcessThreads() local
224 LOG_THREADS("Processing thread %d.\n", os_id); in ProcessThreads()
227 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, in ProcessThreads()
233 LOG_THREADS("Thread %d not found in registry.\n", os_id); in ProcessThreads()
240 Report("Unable to get registers from thread %d.\n", os_id); in ProcessThreads()
273 ForEachExtraStackRange(os_id, ForEachExtraStackRangeCb, frontier); in ProcessThreads()
306 LOG_THREADS("Thread %d has DTLS under destruction.\n", os_id); in ProcessThreads()
535 tctx->os_id, CompareLess<int>()); in ReportIfNotSuspended()
536 if (i >= suspended_threads.size() || suspended_threads[i] != tctx->os_id) in ReportIfNotSuspended()
538 tctx->os_id); in ReportIfNotSuspended()
Dlsan_common.h209 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end,
212 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback,
Dlsan_thread.h48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dppcboot.c68 bfd_byte os_id; /* OS_ID */ member
401 if (tdata->header.os_id) in ppcboot_bfd_print_private_bfd_data()
402 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id); in ppcboot_bfd_print_private_bfd_data()
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dppcboot.c68 bfd_byte os_id; /* OS_ID */ member
401 if (tdata->header.os_id) in ppcboot_bfd_print_private_bfd_data()
402 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id); in ppcboot_bfd_print_private_bfd_data()
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dpk_disklabel.c78 uint8_t os_id; /* OS_ID */