Records

Functions

  • base_internal::ThreadIdentity * CreateThreadIdentity ()

    Allocates and attaches a ThreadIdentity object for the calling thread.

    For private use only.

  • base_internal::ThreadIdentity * GetOrCreateCurrentThreadIdentity ()

    Returns the ThreadIdentity object representing the calling thread; guaranteed

    to be unique for its lifetime. The returned object will remain valid for the

    program's lifetime; although it may be re-assigned to a subsequent thread.

    If one does not exist for the calling thread, allocate it now.

    Defined at line 43 of file ../../third_party/abseil-cpp/absl/synchronization/internal/create_thread_identity.h

  • int MutexDelay (int32_t c, int mode)
  • void OneTimeInitThreadIdentity (absl::base_internal::ThreadIdentity * )