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

References

examples/ParallelJIT/ParallelJIT.cpp
  303   result = pthread_join( add1Thread, &returnValue );
  310   result = pthread_join( fibThread1, &returnValue );
  317   result = pthread_join( fibThread2, &returnValue );
lib/Support/Unix/Threading.inc
   89     if ((errnum = ::pthread_join(Thread, nullptr)) != 0) {
projects/openmp/runtime/src/z_Linux_util.cpp
 1105   status = pthread_join(th->th.th_info.ds.ds_thread, &exit_val);
tools/lldb/source/Host/posix/HostThreadPosix.cpp
   28     int err = ::pthread_join(m_thread, result);
unittests/Support/ManagedStatic.cpp
   53   pthread_join(t1, nullptr);
   54   pthread_join(t2, nullptr);
usr/include/x86_64-linux-gnu/c++/7.4.0/bits/gthr-default.h
  106 __gthrw(pthread_join)