
Public Member Functions | |
| bool | CheckReadyToFinish () override |
| ExecCtxNext (void *arg) | |
Public Member Functions inherited from grpc_core::ExecCtx | |
| 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 Public Member Functions inherited from grpc_core::ExecCtx | |
| 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 Protected Member Functions inherited from grpc_core::ExecCtx | |
| static void | operator delete (void *) |
Definition at line 910 of file completion_queue.cc.
|
inlineexplicit |
Definition at line 912 of file completion_queue.cc.
|
inlineoverridevirtual |
Check if ready to finish.
Reimplemented from grpc_core::ExecCtx.
Definition at line 915 of file completion_queue.cc.
|
private |
Definition at line 944 of file completion_queue.cc.