Monero
Loading...
Searching...
No Matches
testing::internal::linked_ptr_internal Class Reference

#include <gtest-linked_ptr.h>

Collaboration diagram for testing::internal::linked_ptr_internal:

Public Member Functions

void join_new ()
void join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)
bool depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)
void join_new ()
void join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)
bool depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)

Private Attributes

linked_ptr_internal constnext_

Member Function Documentation

◆ depart() [1/2]

bool testing::internal::linked_ptr_internal::depart ( )
inline

◆ depart() [2/2]

bool testing::internal::linked_ptr_internal::depart ( )
inline

◆ join() [1/2]

void testing::internal::linked_ptr_internal::join ( linked_ptr_internal const * ptr)
inline

◆ join() [2/2]

void testing::internal::linked_ptr_internal::join ( linked_ptr_internal const * ptr)
inline

◆ join_new() [1/2]

void testing::internal::linked_ptr_internal::join_new ( )
inline

◆ join_new() [2/2]

void testing::internal::linked_ptr_internal::join_new ( )
inline

Member Data Documentation

◆ next_

linked_ptr_internal const * testing::internal::linked_ptr_internal::next_
mutableprivate

The documentation for this class was generated from the following files: