Home
last modified time | relevance | path

Searched refs:GPR_ONCE_INIT (Results 1 – 25 of 49) sorted by relevance

12

/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()
Dcpu_linux.cc56 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
Dsync.cc40 static gpr_once event_once = 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()
Dcpu_linux.cc56 static gpr_once once = GPR_ONCE_INIT; in gpr_cpu_num_cores()
Dsync.cc40 static gpr_once event_once = GPR_ONCE_INIT;
/external/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dsync_abseil.h32 #define GPR_ONCE_INIT 0 macro
Dsync_custom.h34 #define GPR_ONCE_INIT GPR_CUSTOM_ONCE_INIT macro
Dsync_windows.h36 #define GPR_ONCE_INIT INIT_ONCE_STATIC_INIT macro
Dsync_posix.h50 #define GPR_ONCE_INIT PTHREAD_ONCE_INIT macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dsync_abseil.h32 #define GPR_ONCE_INIT 0 macro
Dsync_custom.h34 #define GPR_ONCE_INIT GPR_CUSTOM_ONCE_INIT macro
Dsync_windows.h36 #define GPR_ONCE_INIT INIT_ONCE_STATIC_INIT macro
Dsync_posix.h50 #define GPR_ONCE_INIT PTHREAD_ONCE_INIT macro
/external/grpc-grpc/include/grpc/impl/codegen/
Dsync_posix.h32 #define GPR_ONCE_INIT PTHREAD_ONCE_INIT macro
Dsync_custom.h34 #define GPR_ONCE_INIT GPR_CUSTOM_ONCE_INIT macro
Dsync_windows.h34 #define GPR_ONCE_INIT INIT_ONCE_STATIC_INIT macro
/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;
/external/grpc-grpc/src/core/lib/surface/
Dinit.cc61 static gpr_once g_basic_init = GPR_ONCE_INIT;
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dbackup_poller.cc51 static gpr_once g_once = GPR_ONCE_INIT;

12