reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Threading.inc
  158   ::pthread_setname_np(::pthread_self(), NameStr.data());
  226   if (0 == ::pthread_getname_np(::pthread_self(), Buffer, len))
  243              pthread_self(),
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
  144   CHECK_EQ(pthread_getattr_np(pthread_self(), &attr), 0);
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
   56   return (uptr)pthread_self();
projects/openmp/runtime/src/z_Linux_util.cpp
  493     status = pthread_getattr_np(pthread_self(), &attr);
  801     th->th.th_info.ds.ds_thread = pthread_self();
tools/lldb/source/Host/common/Host.cpp
  307   return lldb::thread_t(pthread_self());
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/gthr-default.h
  108 __gthrw(pthread_self)
utils/unittest/googletest/include/gtest/internal/gtest-port.h
 1938     owner_ = pthread_self();
 1955     GTEST_CHECK_(has_owner_ && pthread_equal(owner_, pthread_self()))