|
GRPC C++
1.26.0
|
#include <logical_thread.h>
Public Member Functions | |
| void | Run (std::function< void()> callback, const grpc_core::DebugLocation &location) |
Public Member Functions inherited from grpc_core::RefCounted< LogicalThread > | |
| ~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 |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from grpc_core::RefCounted< LogicalThread > | |
| RefCounted (TraceFlagT *trace_flag=nullptr, intptr_t initial_refcount=1) | |
| void grpc_core::LogicalThread::Run | ( | std::function< void()> | callback, |
| const grpc_core::DebugLocation & | location | ||
| ) |