Home
last modified time | relevance | path

Searched refs:context_destroyed (Results 1 – 11 of 11) sorted by relevance

/dports/net/mpich/mpich-3.4.3/src/mpid/common/hcoll/
H A Dhcoll_init.c129 int context_destroyed; in hcoll_comm_create() local
173 int context_destroyed; in hcoll_comm_destroy() local
182 context_destroyed = 0; in hcoll_comm_destroy()
185 (rte_grp_handle_t) comm_ptr, &context_destroyed); in hcoll_comm_destroy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/filters/fuchsia/
H A Dfuchsia_video_decoder_unittest.cc480 bool context_destroyed = false; in TEST_F() local
482 [&context_destroyed]() { context_destroyed = true; })); in TEST_F()
484 ASSERT_FALSE(context_destroyed); in TEST_F()
488 ASSERT_FALSE(context_destroyed); in TEST_F()
500 ASSERT_FALSE(context_destroyed); in TEST_F()
506 ASSERT_TRUE(context_destroyed); in TEST_F()
/dports/security/libcryptui/libcryptui-3.12.2/daemon/
H A Dseahorse-widget.c77 static void context_destroyed (SeahorseContext *sctx,
147 context_destroyed (SeahorseContext *sctx, SeahorseWidget *swidget) in context_destroyed() function
162 G_CALLBACK (context_destroyed), swidget); in object_init()
202 g_signal_handlers_disconnect_by_func (SCTX_APP (), context_destroyed, swidget); in object_finalize()
/dports/lang/cjs/cjs-4.8.2/test/
H A Dgjs-test-rooting.cpp223 static void context_destroyed(JS::HandleObject, void* data) { in context_destroyed() function
234 fx->obj->root(PARENT(fx)->cx, test_obj_new(fx), context_destroyed, fx); in test_maybe_owned_notify_callback_called_on_context_destroy()
244 fx->obj->root(PARENT(fx)->cx, test_obj_new(fx), context_destroyed, fx); in test_maybe_owned_object_destroyed_after_notify()
/dports/lang/gjs/gjs-1.70.0/test/
H A Dgjs-test-rooting.cpp227 static void context_destroyed(JSContext*, void* data) { in context_destroyed() function
240 gjs->register_notifier(context_destroyed, fx); in test_maybe_owned_notify_callback_called_on_context_destroy()
252 gjs->register_notifier(context_destroyed, fx); in test_maybe_owned_object_destroyed_after_notify()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/download/
H A DDiskManagerFileInfoStream.java295 private boolean context_destroyed; field in DiskManagerFileInfoStream.context
493 if ( context_destroyed ){ in destroy()
498 context_destroyed = true; in destroy()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/coll/hcoll/
H A Dcoll_hcoll_module.c103 int context_destroyed; in mca_coll_hcoll_module_destruct() local
146 context_destroyed = 0; in mca_coll_hcoll_module_destruct()
149 &context_destroyed); in mca_coll_hcoll_module_destruct()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/coll/hcoll/
H A Dcoll_hcoll_module.c106 int context_destroyed; in mca_coll_hcoll_module_destruct() local
152 context_destroyed = 0; in mca_coll_hcoll_module_destruct()
155 &context_destroyed); in mca_coll_hcoll_module_destruct()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-tree.c262 static void context_destroyed (gpointer data, GObject *ctx);
472 context_destroyed, object); in et_dispose()
2660 context_destroyed (gpointer data, in context_destroyed() function
2686 context_destroyed, tree); in context_connect()
2690 g_object_weak_ref (G_OBJECT (context), context_destroyed, tree); in context_connect()
H A De-table-header-item.c674 context_destroyed (gpointer data) in context_destroyed() function
694 g_object_ref (ethi), context_destroyed); in context_connect()
H A De-table.c3051 context_destroyed (gpointer data) in context_destroyed() function
3072 g_dataset_set_data_full (context, "e-table", et, context_destroyed); in context_connect()