Home
last modified time | relevance | path

Searched refs:gpr_once (Results 1 – 25 of 60) sorted by relevance

123

/external/grpc-grpc/src/core/lib/gpr/
Dcpu_posix.cc48 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
68 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu()
Dsync_windows.cc106 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func()
112 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
Dcpu_linux.cc56 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
Dsync_posix.cc103 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dcpu_posix.cc47 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
67 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_current_cpu()
Dsync_abseil.cc110 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
111 static_assert(sizeof(gpr_once) == sizeof(absl::once_flag), in gpr_once_init()
Dsync_windows.cc107 static BOOL CALLBACK run_once_func(gpr_once* once, void* v, void** pv) { in run_once_func()
113 void gpr_once_init(gpr_once* once, void (*init_function)(void)) { in gpr_once_init()
Dcpu_linux.cc56 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dsync_abseil.h30 typedef int32_t gpr_once; typedef
Dsync_custom.h32 typedef GPR_CUSTOM_ONCE_TYPE gpr_once; typedef
Dsync_windows.h35 typedef INIT_ONCE gpr_once; typedef
Dsync_posix.h48 typedef pthread_once_t gpr_once; typedef
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dsync_abseil.h30 typedef int32_t gpr_once; typedef
Dsync_custom.h32 typedef GPR_CUSTOM_ONCE_TYPE gpr_once; typedef
Dsync_windows.h35 typedef INIT_ONCE gpr_once; typedef
Dsync_posix.h48 typedef pthread_once_t gpr_once; typedef
/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_posix.h30 typedef pthread_once_t gpr_once; typedef
Dsync_custom.h32 typedef GPR_CUSTOM_ONCE_TYPE gpr_once; typedef
Dsync_windows.h33 typedef INIT_ONCE gpr_once; typedef
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_linux.cc37 static gpr_once g_once = GPR_ONCE_INIT;
Dcheck_gcp_environment_windows.cc82 static gpr_once g_once = GPR_ONCE_INIT;
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dcheck_gcp_environment_linux.cc37 static gpr_once g_once = GPR_ONCE_INIT;
Dcheck_gcp_environment_windows.cc45 static gpr_once g_once = GPR_ONCE_INIT;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc82 gpr_once g_factory_once = GPR_ONCE_INIT;
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc185 static gpr_once g_probe_so_reuesport_once = GPR_ONCE_INIT;
324 static gpr_once g_probe_ipv6_once = GPR_ONCE_INIT;

123