HomeSort by relevance Sort by last modified time
    Searched refs:gpr_thd_id (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/include/grpc/support/
thd_id.h 26 gpr_thd_id a unique opaque identifier for a thread.
35 typedef uintptr_t gpr_thd_id; typedef
38 GPRAPI gpr_thd_id gpr_thd_currentid(void);
  /external/grpc-grpc/src/core/lib/iomgr/
iomgr_custom.h 33 extern gpr_thd_id g_init_thread;
iomgr_custom.cc 33 gpr_thd_id g_init_thread;
  /external/grpc-grpc/src/core/lib/gprpp/
thd_posix.cc 158 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)pthread_self(); }
thd_windows.cc 153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; }
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h     [all...]

Completed in 151 milliseconds