Home
last modified time | relevance | path

Searched defs:gpr_thd_currentid (Results 1 – 7 of 7) sorted by relevance

/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() function
Dthd_windows.cc153 gpr_thd_id gpr_thd_currentid(void) { return (gpr_thd_id)g_thd_info; } in gpr_thd_currentid() function
/external/rust/crates/grpcio-sys/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
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h742 #define gpr_thd_currentid gpr_thd_currentid_import macro
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs3673 pub fn gpr_thd_currentid() -> gpr_thd_id; in gpr_thd_currentid() function
Dx86_64-unknown-linux-gnu-bindings.rs3673 pub fn gpr_thd_currentid() -> gpr_thd_id; in gpr_thd_currentid() function