Public Member Functions | |
bool | CheckReadyToFinish () override |
ExecCtxPluck (void *arg) | |
![]() | |
grpc_closure_list * | closure_list () |
CombinerData * | combiner_data () |
ExecCtx () | |
ExecCtx (const ExecCtx &)=delete | |
ExecCtx (uintptr_t fl) | |
uintptr_t | flags () |
bool | Flush () |
bool | HasWork () |
void | InvalidateNow () |
bool | IsReadyToFinish () |
Timestamp | Now () |
ExecCtx & | operator= (const ExecCtx &)=delete |
void | SetNowIomgrShutdown () |
unsigned | starting_cpu () |
void | TestOnlySetNow (Timestamp new_val) |
virtual | ~ExecCtx () |
Private Attributes | |
void * | check_ready_to_finish_arg_ |
Additional Inherited Members | |
![]() | |
static ExecCtx * | Get () |
static void | Run (const DebugLocation &location, grpc_closure *closure, grpc_error_handle error) |
static void | RunList (const DebugLocation &location, grpc_closure_list *list) |
![]() | |
static void | operator delete (void *) |
Definition at line 1163 of file completion_queue.cc.
|
inlineexplicit |
Definition at line 1165 of file completion_queue.cc.
|
inlineoverridevirtual |
Check if ready to finish.
Reimplemented from grpc_core::ExecCtx.
Definition at line 1168 of file completion_queue.cc.
|
private |
Definition at line 1205 of file completion_queue.cc.