Public Member Functions | Private Attributes | List of all members
grpc_core::internal::ExecCtxState Class Reference

Public Member Functions

void AllowExecCtx ()
 
bool BlockExecCtx ()
 
void DecExecCtxCount ()
 
 ExecCtxState ()
 
void IncExecCtxCount ()
 
 ~ExecCtxState ()
 

Private Attributes

gpr_atm count_
 
gpr_cv cv_
 
bool fork_complete_
 
gpr_mu mu_
 

Detailed Description

Definition at line 57 of file fork.cc.

Constructor & Destructor Documentation

◆ ExecCtxState()

grpc_core::internal::ExecCtxState::ExecCtxState ( )
inline

Definition at line 59 of file fork.cc.

◆ ~ExecCtxState()

grpc_core::internal::ExecCtxState::~ExecCtxState ( )
inline

Definition at line 106 of file fork.cc.

Member Function Documentation

◆ AllowExecCtx()

void grpc_core::internal::ExecCtxState::AllowExecCtx ( )
inline

Definition at line 98 of file fork.cc.

◆ BlockExecCtx()

bool grpc_core::internal::ExecCtxState::BlockExecCtx ( )
inline

Definition at line 87 of file fork.cc.

◆ DecExecCtxCount()

void grpc_core::internal::ExecCtxState::DecExecCtxCount ( )
inline

Definition at line 85 of file fork.cc.

◆ IncExecCtxCount()

void grpc_core::internal::ExecCtxState::IncExecCtxCount ( )
inline

Definition at line 65 of file fork.cc.

Member Data Documentation

◆ count_

gpr_atm grpc_core::internal::ExecCtxState::count_
private

Definition at line 115 of file fork.cc.

◆ cv_

gpr_cv grpc_core::internal::ExecCtxState::cv_
private

Definition at line 114 of file fork.cc.

◆ fork_complete_

bool grpc_core::internal::ExecCtxState::fork_complete_
private

Definition at line 112 of file fork.cc.

◆ mu_

gpr_mu grpc_core::internal::ExecCtxState::mu_
private

Definition at line 113 of file fork.cc.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:38