Go to the source code of this file.
|
| grpc |
| An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
|
|
◆ GPR_CODEGEN_ASSERT
#define GPR_CODEGEN_ASSERT |
( |
|
x | ) |
|
Value: do { \
} \
} while (0)
virtual void assert_fail(const char *failed_assertion, const char *file, int line)=0
Upon a failed assertion, log the error.
CoreCodegenInterface * g_core_codegen_interface
Definition: completion_queue.h:96
Codegen specific version of GPR_ASSERT.
◆ GPR_CODEGEN_DEBUG_ASSERT
Codegen specific version of GPR_DEBUG_ASSERT.