Home
last modified time | relevance | path

Searched refs:gpr_cv_destroy (Results 1 – 25 of 54) sorted by relevance

123

/external/grpc-grpc/include/grpc/support/
Dsync.h71 GPRAPI void gpr_cv_destroy(gpr_cv* cv);
206 gpr_cv_destroy(&q->non_empty);
207 gpr_cv_destroy(&q->non_full);
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Dsync.h71 GPRAPI void gpr_cv_destroy(gpr_cv* cv);
206 gpr_cv_destroy(&q->non_empty);
207 gpr_cv_destroy(&q->non_full);
/external/rust/crates/grpcio-sys/grpc/include/grpc/support/
Dsync.h71 GPRAPI void gpr_cv_destroy(gpr_cv* cv);
206 gpr_cv_destroy(&q->non_empty);
207 gpr_cv_destroy(&q->non_full);
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dfork.cc111 gpr_cv_destroy(&cv_); in ~ExecCtxState()
156 gpr_cv_destroy(&cv_); in ~ThreadState()
Dthd_windows.cc98 gpr_cv_destroy(&ready_); in ~ThreadInternalsWindows()
/external/grpc-grpc/src/core/lib/gprpp/
Dfork.cc101 gpr_cv_destroy(&cv_); in ~ExecCtxState()
146 gpr_cv_destroy(&cv_); in ~ThreadState()
Dthd_windows.cc102 gpr_cv_destroy(&ready_); in ~ThreadInternalsWindows()
Dthd_posix.cc117 gpr_cv_destroy(&ready_); in ~ThreadInternalsPosix()
/external/grpc-grpc/test/core/gpr/
Dsync_test.cc64 gpr_cv_destroy(&q->non_empty); in queue_destroy()
65 gpr_cv_destroy(&q->non_full); in queue_destroy()
187 gpr_cv_destroy(&m->cv); in test_destroy()
188 gpr_cv_destroy(&m->done_cv); in test_destroy()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtimer_manager.cc341 gpr_cv_destroy(&g_cv_wait); in grpc_timer_manager_shutdown()
342 gpr_cv_destroy(&g_cv_shutdown); in grpc_timer_manager_shutdown()
Diomgr.cc160 gpr_cv_destroy(&g_rcv); in grpc_iomgr_shutdown()
/external/grpc-grpc/src/core/lib/iomgr/
Dtimer_manager.cc325 gpr_cv_destroy(&g_cv_wait); in grpc_timer_manager_shutdown()
326 gpr_cv_destroy(&g_cv_shutdown); in grpc_timer_manager_shutdown()
Diomgr.cc154 gpr_cv_destroy(&g_rcv); in grpc_iomgr_shutdown()
/external/grpc-grpc/src/cpp/common/
Dcore_codegen.cc85 void CoreCodegen::gpr_cv_destroy(gpr_cv* cv) { ::gpr_cv_destroy(cv); } in gpr_cv_destroy() function in grpc::CoreCodegen
/external/grpc-grpc/src/core/tsi/
Dalts_transport_security.cc63 gpr_cv_destroy(&g_alts_resource.cv); in grpc_tsi_alts_shutdown()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dcore_codegen.cc89 void CoreCodegen::gpr_cv_destroy(gpr_cv* cv) { ::gpr_cv_destroy(cv); } in gpr_cv_destroy() function in grpc::CoreCodegen
/external/grpc-grpc/src/core/lib/gpr/
Dsync_posix.cc73 void gpr_cv_destroy(gpr_cv* cv) { GPR_ASSERT(pthread_cond_destroy(cv) == 0); } in gpr_cv_destroy() function
Dsync_windows.cc63 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gpr/
Dsync_abseil.cc76 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() function
Dsync_windows.cc64 void gpr_cv_destroy(gpr_cv* cv) { in gpr_cv_destroy() function
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_event_thread.c86 gpr_cv_destroy(&event_queue.cv); in grpc_rb_event_queue_destroy()
/external/grpc-grpc/test/core/end2end/tests/
Dfilter_status_code.cc389 gpr_cv_destroy(&g_client_code_cv); in destroy_plugin()
390 gpr_cv_destroy(&g_server_code_cv); in destroy_plugin()
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dsync.h126 ~CondVar() { g_core_codegen_interface->gpr_cv_destroy(&cv_); }
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dsync.h126 ~CondVar() { g_core_codegen_interface->gpr_cv_destroy(&cv_); }
/external/grpc-grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc152 gpr_cv_destroy(&test_driver_cv); in InvokeResolverComponentTestsRunner()

123