HomeSort by: relevance | last modified time | path
    Searched defs:GetThreadID (Results 1 - 3 of 3) 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);

Completed in 13 milliseconds