Qucs-core
0.0.19
|
#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) |
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_ |
Definition at line 9049 of file fused-src/gtest/gtest.h.
bool testing::internal::linked_ptr_internal::depart | ( | ) | [inline] |
Definition at line 120 of file gtest-linked_ptr.h.
bool testing::internal::linked_ptr_internal::depart | ( | ) | [inline] |
Definition at line 9080 of file fused-src/gtest/gtest.h.
void testing::internal::linked_ptr_internal::join | ( | linked_ptr_internal const * | ptr | ) | [inline] |
Definition at line 108 of file gtest-linked_ptr.h.
void testing::internal::linked_ptr_internal::join | ( | linked_ptr_internal const * | ptr | ) | [inline] |
Definition at line 9068 of file fused-src/gtest/gtest.h.
void testing::internal::linked_ptr_internal::join_new | ( | ) | [inline] |
Definition at line 92 of file gtest-linked_ptr.h.
void testing::internal::linked_ptr_internal::join_new | ( | ) | [inline] |
Definition at line 9052 of file fused-src/gtest/gtest.h.
linked_ptr_internal const * testing::internal::linked_ptr_internal::next_ [mutable, private] |
Definition at line 9092 of file fused-src/gtest/gtest.h.