CHROMA
|
#include <gtest.h>
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) |
Private Attributes | |
linked_ptr_internal const * | next_ |
|
inline |
Definition at line 9080 of file gtest.h.
References Chroma::p.
Referenced by testing::internal::linked_ptr< T >::depart().
|
inline |
Definition at line 9068 of file gtest.h.
References Chroma::p.
Referenced by testing::internal::linked_ptr< T >::copy().
|
inline |
Definition at line 9052 of file gtest.h.
Referenced by testing::internal::linked_ptr< T >::capture(), and testing::internal::linked_ptr< T >::copy().
|
mutableprivate |