Home
last modified time | relevance | path

Searched full:destroy (Results 1 – 25 of 227) sorted by relevance

12345678910

/openbmc/qemu/io/
H A Dtask.c31 GDestroyNotify destroy; member
41 GDestroyNotify destroy; member
54 GDestroyNotify destroy) in qio_task_new() argument
64 task->destroy = destroy; in qio_task_new()
77 if (task->thread->destroy) { in qio_task_free()
78 task->thread->destroy(task->thread->opaque); in qio_task_free()
88 if (task->destroy) { in qio_task_free()
89 task->destroy(task->opaque); in qio_task_free()
153 GDestroyNotify destroy, in qio_task_run_in_thread() argument
165 data->destroy = destroy; in qio_task_run_in_thread()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4 Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no
7 Testing rotation-destroy-flush when no lttng kernel modules present, it would
32 .../ust/rotation-destroy-flush/test_rotation_destroy_flush | 6 +++---
35 …git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/u…
37 --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
38 +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
/openbmc/sdeventplus/test/source/
H A Devent.cpp64 sd_event_destroy_t destroy; in TEST_F() local
70 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
99 destroy(userdata); in TEST_F()
106 sd_event_destroy_t destroy; in TEST_F() local
112 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
137 destroy(userdata); in TEST_F()
144 sd_event_destroy_t destroy; in TEST_F() local
150 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
175 destroy(userdata); in TEST_F()
196 sd_event_destroy_t destroy; in TEST_F() local
[all …]
H A Dbase.cpp94 sd_event_destroy_t destroy; in make_base() local
100 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in make_base()
112 return {std::move(ret), std::bind(destroy, userdata)}; in make_base()
158 sd_event_destroy_t destroy; in TEST_F() local
164 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
180 destroy(userdata); in TEST_F()
187 sd_event_destroy_t destroy; in TEST_F() local
193 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
207 destroy(userdata); in TEST_F()
213 std::function<void()> destroy; in TEST_F() local
[all …]
H A Dsignal.cpp72 sd_event_destroy_t destroy; in TEST_F() local
78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
108 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon7bac141c0111::SignalMethodTest
148 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
163 destroy(userdata); in TearDown()
H A Dchild.cpp73 sd_event_destroy_t destroy; in TEST_F() local
79 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
107 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anonf0b8bea20111::ChildMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
164 destroy(userdata); in TearDown()
H A Dio.cpp72 sd_event_destroy_t destroy; in TEST_F() local
78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
108 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon8d6417760111::IOMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
164 destroy(userdata); in TearDown()
H A Dtime.cpp79 sd_event_destroy_t destroy; in TEST_F() local
85 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
109 destroy(userdata); in TEST_F()
134 sd_event_destroy_t destroy; member in sdeventplus::source::__anon62b35d4d0111::TimeMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
166 destroy(userdata); in TearDown()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp25 // https://developercommunity.visualstudio.com/t/destroy-coroutine-from-final_suspend-r/10096047
38 // each destroy-and-continue sequence. The wrapping coroutine itself is
107 __c.__destroy_.destroy(); in __co_impl()
121 __coro_.destroy(); in ~__context_and_coro()
143 (__destroy.destroy(), __continue)
/openbmc/qemu/hw/xen/
H A Dxen-backend.c17 XenBackendDeviceDestroy destroy; member
74 impl->destroy = info->destroy; in xen_backend_register()
182 impl->destroy(backend, errp); in xen_backend_try_device_destroy()
/openbmc/qemu/include/io/
H A Dchannel-socket.h104 * @destroy: the function to free @opaque
119 GDestroyNotify destroy,
147 * @destroy: the function to free @opaque
163 GDestroyNotify destroy,
192 * @destroy: the function to free @opaque
210 GDestroyNotify destroy,
H A Dchannel-websock.h95 * @destroy: optional callback to free @opaque
106 GDestroyNotify destroy);
H A Dtask.h202 * @destroy: optional callback to free @opaque
219 GDestroyNotify destroy);
226 * @destroy: function to free @opaque
238 GDestroyNotify destroy,
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_controllers.c206 /* Destroy provided child controllers */ in stop()
219 /* Destroy all children */ in stop()
302 * Disconnect and destroy a child controller.
303 * Disconnect and destroy the remaining child controllers.
327 /* Destroy second child controller */ in execute()
342 /* Destroy remaining child controllers and disconnect controller */ in execute()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp78 // https://developercommunity.visualstudio.com/t/Double-destroy-of-a-local-in-coroutine-d/10456428 in ~__operation_base()
80 // Reassign __coro_ before calling destroy to make the mutation in ~__operation_base()
85 __coro.destroy(); in ~__operation_base()
87 __coro_.destroy(); in ~__operation_base()
/openbmc/estoraged/src/erase/
H A DcryptoErase.cpp54 /* destroy working keyslots */ in doErase()
66 "Estoraged erase failed to destroy keyslot, continuing", in doErase()
/openbmc/dbus-sensors/src/
H A DDeviceMgmt.cpp102 destroy(); in ~I2CDevice()
133 destroy(); in create()
140 int I2CDevice::destroy() const in destroy() function in I2CDevice
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c205 /* Destroy provided child controllers */ in efi_uc_stop()
218 /* Destroy all children */ in efi_uc_stop()
334 * efi_uc_destroy() - destroy the EFI uclass
349 .destroy = efi_uc_destroy,
/openbmc/u-boot/test/dm/
H A Dsf.c58 * Since we are about to destroy all devices, we must tell sandbox in dm_test_spi_flash()
86 * Since we are about to destroy all devices, we must tell sandbox in dm_test_spi_flash_func()
/openbmc/qemu/include/qemu/
H A Dlockcnt.h36 * qemu_lockcnt_destroy: destroy a QemuLockcnt
39 * Destroy lockcnt's mutex.
/openbmc/phosphor-mboxd/test/
H A Dtmpf.h25 * Destroy a tmpf instance, closing the file descriptor and removing the
/openbmc/hiomapd/test/
H A Dtmpf.h25 * Destroy a tmpf instance, closing the file descriptor and removing the
/openbmc/telemetry/src/utils/
H A Dmessanger_service.cpp17 void MessangerService::destroy(MessangerService::Context& context) in destroy() function in utils::MessangerService
H A Dmessanger.hpp21 service_.destroy(context_); in ~MessangerT()
/openbmc/phosphor-webui/app/common/directives/
H A Dtoggle-flag.js23 scope.$on('$destroy', function() {

12345678910