Searched refs:os_id (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| D | lsan_thread.cc | 80 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
|
| D | lsan_common.cc | 223 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()
|
| D | lsan_common.h | 209 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, 212 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback,
|
| D | lsan_thread.h | 48 void ThreadStart(u32 tid, tid_t os_id, bool workerthread = false);
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ppcboot.c | 68 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/ |
| D | ppcboot.c | 68 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/ |
| D | pk_disklabel.c | 78 uint8_t os_id; /* OS_ID */
|