|
GRPC C++
1.30.0
|
#include <grpc/support/port_platform.h>Go to the source code of this file.
Typedefs | |
| typedef uintptr_t | gpr_thd_id |
| Thread ID interface for GPR. More... | |
Functions | |
| GPRAPI gpr_thd_id | gpr_thd_currentid (void) |
| Returns the identifier of the current thread. More... | |
| typedef uintptr_t gpr_thd_id |
Thread ID interface for GPR.
Used by some wrapped languages for logging purposes.
Types gpr_thd_id a unique opaque identifier for a thread.
| GPRAPI gpr_thd_id gpr_thd_currentid | ( | void | ) |
Returns the identifier of the current thread.
1.8.16