GRPC Core
9.0.0
|
#include <logical_thread.h>
Public Member Functions | |
void | Run (std::function< void()> callback, const grpc_core::DebugLocation &location) |
![]() | |
~RefCounted ()=default | |
RefCountedPtr< LogicalThread > | Ref () GRPC_MUST_USE_RESULT |
RefCountedPtr< LogicalThread > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
void | Unref () |
void | Unref (const DebugLocation &location, const char *reason) |
bool | RefIfNonZero () |
bool | RefIfNonZero (const DebugLocation &location, const char *reason) |
RefCounted (const RefCounted &)=delete | |
RefCounted & | operator= (const RefCounted &)=delete |
![]() | |
virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
![]() | |
RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
void grpc_core::LogicalThread::Run | ( | std::function< void()> | callback, |
const grpc_core::DebugLocation & | location | ||
) |