Home
last modified time | relevance | path

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

12

/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/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/grpc-grpc/src/core/lib/gprpp/
Dfork.cc101 gpr_cv_destroy(&cv_); in ~ExecCtxState()
146 gpr_cv_destroy(&cv_); in ~ThreadState()
Dthd_posix.cc117 gpr_cv_destroy(&ready_); in ~ThreadInternalsPosix()
Dthd_windows.cc102 gpr_cv_destroy(&ready_); in ~ThreadInternalsWindows()
/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()
Dpollset_windows.cc180 gpr_cv_destroy(&worker.cv); in pollset_work()
Dexecutor.cc145 gpr_cv_destroy(&thd_state_[i].cv); in SetThreading()
Dev_epoll1_linux.cc979 gpr_cv_destroy(&worker->cv); in end_worker()
/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/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/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/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/cpp/naming/
Dresolver_component_tests_runner_invoker.cc152 gpr_cv_destroy(&test_driver_cv); in InvokeResolverComponentTestsRunner()
/external/grpc-grpc/
Dgrpc.def216 gpr_cv_destroy
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcore_codegen.h61 void gpr_cv_destroy(gpr_cv* cv) override;
Dcore_codegen_interface.h76 virtual void gpr_cv_destroy(gpr_cv* cv) = 0;
/external/grpc-grpc/test/cpp/util/
Dcli_call.cc73 gpr_cv_destroy(&write_cv_); in ~CliCall()
/external/grpc-grpc/test/core/surface/
Dpublic_headers_must_be_c89.c274 printf("%lx", (unsigned long) gpr_cv_destroy); in main()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_tsi_handshaker_test.cc91 gpr_cv_destroy(&n->cv); in notification_destroy()
/external/grpc-grpc/test/core/tsi/
Dtransport_security_test_lib.cc636 gpr_cv_destroy(&fixture->cv); in tsi_test_fixture_destroy()
/external/grpc-grpc/test/core/iomgr/
Dresource_quota_test.cc921 gpr_cv_destroy(&g_cv); in main()

12