Home
last modified time | relevance | path

Searched refs:gpr_thd_currentid (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/include/grpc/support/
Dthd_id.h38 GPRAPI gpr_thd_id gpr_thd_currentid(void);
/third_party/grpc/src/core/lib/iomgr/
Diomgr_custom.h37 GPR_ASSERT(gpr_thd_currentid() == g_init_thread)
Diomgr_custom.cc38 g_init_thread = gpr_thd_currentid(); in iomgr_platform_init()
/third_party/grpc/src/core/lib/gprpp/
Dthd_windows.cc174 gpr_thd_id gpr_thd_currentid(void) { in gpr_thd_currentid() function
Dthd_posix.cc202 gpr_thd_id gpr_thd_currentid(void) { in gpr_thd_currentid() function
/third_party/grpc/
Dgrpc.def252 gpr_thd_currentid
/third_party/grpc/test/core/surface/
Dpublic_headers_must_be_c89.c318 printf("%lx", (unsigned long) gpr_thd_currentid); in main()
/third_party/grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1218 log_func(args->file, args->line, gpr_thd_currentid(), in grpcsharp_log_handler()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h826 #define gpr_thd_currentid gpr_thd_currentid_import macro
/third_party/grpc/src/core/tsi/
Dssl_transport_security.cc160 return static_cast<unsigned long>(gpr_thd_currentid()); in openssl_thread_id_cb()