Home
last modified time | relevance | path

Searched refs:gpr_thd_id (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/include/grpc/support/
Dthd_id.h35 typedef uintptr_t gpr_thd_id; typedef
38 GPRAPI gpr_thd_id gpr_thd_currentid(void);
/external/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc158 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)pthread_self(); } in gpr_thd_currentid()
Dthd_windows.cc153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; } in gpr_thd_currentid()
/external/grpc-grpc/src/core/lib/iomgr/
Diomgr_custom.h33 extern gpr_thd_id g_init_thread;
Diomgr_custom.cc33 gpr_thd_id g_init_thread;
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h740 typedef gpr_thd_id(*gpr_thd_currentid_type)(void);