Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/support/
Dthd_id.h38 GPRAPI gpr_thd_id gpr_thd_currentid(void);
/external/grpc-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()
/external/grpc-grpc/src/core/lib/gprpp/
Dthd_windows.cc153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; } in gpr_thd_currentid() function
Dthd_posix.cc158 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)pthread_self(); } in gpr_thd_currentid() function
/external/grpc-grpc/
Dgrpc.def234 gpr_thd_currentid
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c292 printf("%lx", (unsigned long) gpr_thd_currentid); in main()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h742 #define gpr_thd_currentid gpr_thd_currentid_import macro
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c1102 log_func(args->file, args->line, gpr_thd_currentid(), in grpcsharp_log_handler()
/external/grpc-grpc/src/core/tsi/
Dssl_transport_security.cc154 return static_cast<unsigned long>(gpr_thd_currentid()); in openssl_thread_id_cb()