| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| Makefile | 11 os_id := $(shell sed -n -e 's/^ID=//p' < /etc/os-release) macro 12 ifeq ($(os_id), raspbian) 72 SRPCFLAGS=$(os) $(os_id)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_thread_registry.h | 42 tid_t os_id; // PID (used for reporting). member in class:__sanitizer::ThreadContextBase 117 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id); 124 void StartThread(u32 tid, tid_t os_id, bool workerthread, void *arg);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_report.h | 93 tid_t os_id; member in struct:__tsan::ReportThread
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_thread.h | 72 tid_t os_id() const { return os_id_; } function in class:__hwasan::Thread 73 void set_os_id(tid_t os_id) { os_id_ = os_id; }
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_thread_registry.h | 46 tid_t os_id; // PID (used for reporting). member in class:__sanitizer::ThreadContextBase 124 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id); 132 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_thread_registry.h | 45 tid_t os_id; // PID (used for reporting). member in class:__sanitizer::ThreadContextBase 121 ThreadContextBase *FindThreadContextByOsIDLocked(tid_t os_id); 129 void StartThread(u32 tid, tid_t os_id, ThreadType thread_type, void *arg);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_report.h | 85 tid_t os_id; member in struct:__tsan::ReportThread
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_thread.cc | 247 tid_t os_id, atomic_uintptr_t *signal_thread_is_registered) { 249 asanThreadRegistry().StartThread(tid(), os_id, /*workerthread*/ false, local 455 context->os_id = GetTid(); 458 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { 460 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); 468 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, 471 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); 484 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback, 486 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id);
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_thread.cpp | 282 void AsanThread::ThreadStart(tid_t os_id) { 284 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); local 469 context->os_id = GetTid(); 472 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { 474 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); 500 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, 503 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); 519 void GetThreadExtraStackRangesLocked(tid_t os_id, 521 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); 540 tctx->os_id, reinterpret_cast<InternalMmapVector<Range> *>(arg)) [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_report.h | 87 tid_t os_id; member in struct:__tsan::ReportThread
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_thread.cpp | 264 thread_return_t AsanThread::ThreadStart(tid_t os_id) { 266 asanThreadRegistry().StartThread(tid(), os_id, ThreadType::Regular, nullptr); local 471 context->os_id = GetTid(); 474 __asan::AsanThread *GetAsanThreadByOsIDLocked(tid_t os_id) { 476 __asan::asanThreadRegistry().FindThreadContextByOsIDLocked(os_id)); 484 bool GetThreadRangesLocked(tid_t os_id, uptr *stack_begin, uptr *stack_end, 487 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id); 502 void ForEachExtraStackRange(tid_t os_id, RangeIteratorCallback callback, 504 __asan::AsanThread *t = __asan::GetAsanThreadByOsIDLocked(os_id);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| ppcboot.c | 68 bfd_byte os_id; /* OS_ID */ member in struct:ppcboot_hdr 411 if (tdata->header.os_id) 412 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| ppcboot.c | 68 bfd_byte os_id; /* OS_ID */ member in struct:ppcboot_hdr 411 if (tdata->header.os_id) 412 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id);
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| ppcboot.c | 68 bfd_byte os_id; /* OS_ID */ member in struct:ppcboot_hdr 411 if (tdata->header.os_id) 412 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| ppcboot.c | 68 bfd_byte os_id; /* OS_ID */ member in struct:ppcboot_hdr 411 if (tdata->header.os_id) 412 fprintf (f, "OS_ID = 0x%.2x\n", tdata->header.os_id);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common.cc | 223 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); local 224 LOG_THREADS("Processing thread %d.\n", os_id); 227 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, 233 LOG_THREADS("Thread %d not found in registry.\n", os_id); 240 Report("Unable to get registers from thread %d.\n", os_id); 273 ForEachExtraStackRange(os_id, ForEachExtraStackRangeCb, frontier); 306 LOG_THREADS("Thread %d has DTLS under destruction.\n", os_id); 535 tctx->os_id, CompareLess<int>()); 536 if (i >= suspended_threads.size() || suspended_threads[i] != tctx->os_id) 538 tctx->os_id); [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
| lsan_common.cpp | 404 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); local 405 LOG_THREADS("Processing thread %llu.\n", os_id); 409 GetThreadRangesLocked(os_id, &stack_begin, &stack_end, &tls_begin, 414 LOG_THREADS("Thread %llu not found in registry.\n", os_id); 421 Report("Unable to get registers from thread %llu.\n", os_id); 464 GetThreadExtraStackRangesLocked(os_id, &extra_ranges); 497 __libc_iterate_dynamic_tls(os_id, cb, frontier); 513 LOG_THREADS("Thread %llu has DTLS under destruction.\n", os_id); 712 for (auto os_id : unsuspended) { 713 uptr i = InternalLowerBound(threads, os_id); [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
| lsan_common.cpp | 281 tid_t os_id = static_cast<tid_t>(suspended_threads.GetThreadID(i)); local 282 LOG_THREADS("Processing thread %llu.\n", os_id); 285 bool thread_found = GetThreadRangesLocked(os_id, &stack_begin, &stack_end, 291 LOG_THREADS("Thread %llu not found in registry.\n", os_id); 298 Report("Unable to get registers from thread %llu.\n", os_id); 336 ForEachExtraStackRange(os_id, ForEachExtraStackRangeCb, frontier); 368 __libc_iterate_dynamic_tls(os_id, cb, frontier); 384 LOG_THREADS("Thread %llu has DTLS under destruction.\n", os_id); 617 uptr i = InternalLowerBound(suspended_threads, tctx->os_id); 618 if (i >= suspended_threads.size() || suspended_threads[i] != tctx->os_id) [all...] |