HomeSort by: relevance | last modified time | path
    Searched refs:GetThreadID (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h 44 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
sanitizer_stoptheworld_mac.cc 35 tid_t GetThreadID(uptr index) const;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const {
sanitizer_stoptheworld_linux_libcdep.cc 93 tid_t GetThreadID(uptr index) const;
190 pid_t tid = suspended_threads_list_.GetThreadID(i);
206 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
515 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const {
537 pid_t tid = GetThreadID(index);
  /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));
546 threads[i] = suspended_threads.GetThreadID(i);

Completed in 15 milliseconds