Macros | Functions
block_annotate.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define GRPC_SCHEDULING_END_BLOCKING_REGION
 
#define GRPC_SCHEDULING_END_BLOCKING_REGION_NO_EXEC_CTX
 
#define GRPC_SCHEDULING_START_BLOCKING_REGION
 

Functions

void gpr_thd_end_blocking_region ()
 
void gpr_thd_start_blocking_region ()
 

Macro Definition Documentation

◆ GRPC_SCHEDULING_END_BLOCKING_REGION

#define GRPC_SCHEDULING_END_BLOCKING_REGION
Value:
do { \
} while (0)

Definition at line 48 of file block_annotate.h.

◆ GRPC_SCHEDULING_END_BLOCKING_REGION_NO_EXEC_CTX

#define GRPC_SCHEDULING_END_BLOCKING_REGION_NO_EXEC_CTX
Value:
do { \
} while (0)

Definition at line 52 of file block_annotate.h.

◆ GRPC_SCHEDULING_START_BLOCKING_REGION

#define GRPC_SCHEDULING_START_BLOCKING_REGION
Value:
do { \
} while (0)

Definition at line 45 of file block_annotate.h.

Function Documentation

◆ gpr_thd_end_blocking_region()

void gpr_thd_end_blocking_region ( )

◆ gpr_thd_start_blocking_region()

void gpr_thd_start_blocking_region ( )
grpc_core::ExecCtx::Get
static ExecCtx * Get()
Definition: exec_ctx.h:205
grpc_core::ExecCtx::InvalidateNow
void InvalidateNow()
Definition: exec_ctx.h:188


grpc
Author(s):
autogenerated on Thu Mar 13 2025 03:02:01