HomeSort by: relevance | last modified time | path
    Searched defs:os_id (Results 1 - 3 of 3) sorted by relevancy

  /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/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 in function:__lsan::ProcessThreads
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...]

Completed in 32 milliseconds