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

References

projects/compiler-rt/lib/scudo/standalone/tsd_exclusive.h
   29     CHECK_EQ(pthread_key_create(&PThreadKey, teardownThread<Allocator>), 0);
   77         pthread_setspecific(PThreadKey, reinterpret_cast<void *>(Instance)), 0);
  108     if (LIKELY(pthread_setspecific(Instance->getTSDRegistry()->PThreadKey,