Home
last modified time | relevance | path

Searched refs:gpr_mu_destroy (Results 1 – 25 of 72) sorted by relevance

123

/third_party/grpc/test/cpp/microbenchmarks/
Dbm_cq.cc251 gpr_mu_destroy(&mu); in BM_Callback_CQ_Pass1Core()
253 gpr_mu_destroy(&shutdown_mu); in BM_Callback_CQ_Pass1Core()
296 gpr_mu_destroy(&mu); in BM_Callback_CQ_Pass1CoreHeapCompletion()
298 gpr_mu_destroy(&shutdown_mu); in BM_Callback_CQ_Pass1CoreHeapCompletion()
Dbm_cq_multiple_threads.cc57 static void pollset_destroy(grpc_pollset* ps) { gpr_mu_destroy(&ps->mu); } in pollset_destroy()
/third_party/grpc/src/core/lib/gprpp/
Dfork.cc110 gpr_mu_destroy(&mu_); in ~ExecCtxState()
155 gpr_mu_destroy(&mu_); in ~ThreadState()
Dthd_windows.cc97 gpr_mu_destroy(&mu_); in ~ThreadInternalsWindows()
Dthd_posix.cc160 gpr_mu_destroy(&mu_); in ~ThreadInternalsPosix()
/third_party/grpc/include/grpc/support/
Dsync.h43 GPRAPI void gpr_mu_destroy(gpr_mu* mu);
205 gpr_mu_destroy(&q->mu);
/third_party/grpc/src/cpp/common/
Dcore_codegen.cc85 void CoreCodegen::gpr_mu_destroy(gpr_mu* mu) { ::gpr_mu_destroy(mu); } in gpr_mu_destroy() function in grpc::CoreCodegen
/third_party/grpc/src/core/tsi/alts/handshaker/
Dalts_shared_resource.cc82 gpr_mu_destroy(&g_alts_resource_dedicated.mu); in grpc_alts_shared_resource_dedicated_shutdown()
/third_party/grpc/test/core/gprpp/
Dthd_test.cc74 gpr_mu_destroy(&t.mu); in test1()
/third_party/grpc/src/core/lib/iomgr/
Dpollset_custom.cc63 gpr_mu_destroy(&pollset->mu); in pollset_destroy()
Dtcp_client_posix.cc118 gpr_mu_destroy(&ac->mu); in tc_on_alarm()
238 gpr_mu_destroy(&ac->mu); in on_writable()
Dev_epollex_linux.cc151 gpr_mu_destroy(&p->owner_orphan_mu); in pollable_unref()
152 gpr_mu_destroy(&p->mu); in pollable_unref()
199 gpr_mu_destroy(&pollable_mu); in destroy()
200 gpr_mu_destroy(&orphan_mu); in destroy()
423 gpr_mu_destroy(&fd_freelist_mu);
932 gpr_mu_destroy(&pollset->mu);
1336 gpr_mu_destroy(&pss->mu);
Dtimer_generic.cc105 gpr_mu_destroy(&g_hash_mu[i]); in destroy_timer_ht()
300 gpr_mu_destroy(&shard->mu); in timer_list_shutdown()
303 gpr_mu_destroy(&g_shared_mutables.mu); in timer_list_shutdown()
Diomgr.cc159 gpr_mu_destroy(&g_mu); in grpc_iomgr_shutdown()
/third_party/grpc/src/core/lib/gpr/
Dsync_abseil.cc49 void gpr_mu_destroy(gpr_mu* mu) { in gpr_mu_destroy() function
Dsync_windows.cc35 void gpr_mu_destroy(gpr_mu* mu) { DeleteCriticalSection(&mu->cs); } in gpr_mu_destroy() function
Dsync_posix.cc50 void gpr_mu_destroy(gpr_mu* mu) { in gpr_mu_destroy() function
/third_party/grpc/src/ruby/ext/grpc/
Drb_event_thread.c87 gpr_mu_destroy(&event_queue.mu); in grpc_rb_event_queue_destroy()
/third_party/grpc/include/grpcpp/impl/codegen/
Dsync.h50 ~Mutex() { g_core_codegen_interface->gpr_mu_destroy(&mu_); } in ~Mutex()
/third_party/grpc/src/core/ext/filters/client_channel/
Dretry_throttle.cc164 gpr_mu_destroy(&g_mu); in Shutdown()
Dglobal_subchannel_pool.cc36 gpr_mu_destroy(&mu_); in ~GlobalSubchannelPool()
/third_party/grpc/test/core/gpr/
Dcpu_test.cc143 gpr_mu_destroy(&ct.mu); in cpu_test()
/third_party/grpc/test/cpp/naming/
Dresolver_component_tests_runner_invoker.cc155 gpr_mu_destroy(&test_driver_mu); in InvokeResolverComponentTestsRunner()
/third_party/grpc/test/core/util/
Dmock_endpoint.cc97 gpr_mu_destroy(&m->mu); in me_destroy()
/third_party/grpc/src/core/lib/channel/
Dchannel_trace.cc88 gpr_mu_destroy(&tracer_mu_); in ~ChannelTrace()

123