HomeSort by: relevance | last modified time | path
    Searched defs:GetThreadID (Results 1 - 12 of 12) 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/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld.h 41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
sanitizer_stoptheworld_mac.cpp 34 tid_t GetThreadID(uptr index) const override;
114 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const {
sanitizer_stoptheworld_win.cpp 41 tid_t GetThreadID(uptr index) const override;
69 tid_t SuspendedThreadsListWindows::GetThreadID(uptr index) const {
sanitizer_stoptheworld_netbsd_libcdep.cpp 55 tid_t GetThreadID(uptr index) const;
316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const {
339 lwpid_t tid = GetThreadID(index);
sanitizer_stoptheworld_linux_libcdep.cpp 93 tid_t GetThreadID(uptr index) const override;
190 pid_t tid = suspended_threads_list_.GetThreadID(i);
206 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
542 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const {
564 pid_t tid = GetThreadID(index);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_stoptheworld.h 41 virtual tid_t GetThreadID(uptr index) const { UNIMPLEMENTED(); }
sanitizer_stoptheworld_mac.cpp 34 tid_t GetThreadID(uptr index) const override;
111 tid_t SuspendedThreadsListMac::GetThreadID(uptr index) const {
sanitizer_stoptheworld_netbsd_libcdep.cpp 55 tid_t GetThreadID(uptr index) const;
316 tid_t SuspendedThreadsListNetBSD::GetThreadID(uptr index) const {
339 lwpid_t tid = GetThreadID(index);
sanitizer_stoptheworld_linux_libcdep.cpp 92 tid_t GetThreadID(uptr index) const override;
189 pid_t tid = suspended_threads_list_.GetThreadID(i);
205 internal_ptrace(PTRACE_KILL, suspended_threads_list_.GetThreadID(i),
535 tid_t SuspendedThreadsListLinux::GetThreadID(uptr index) const {
557 pid_t tid = GetThreadID(index);

Completed in 17 milliseconds