Searched refs:cancel (Results 1 - 25 of 67) sorted by relevance

123

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dauto_call.h26 // ac2.cancel();
41 c.cancel();
48 c.cancel();
55 // cancel the eventual call
56 void cancel() { function in class:fbl::AutoCall
65 cancel();
/fuchsia/zircon/kernel/include/kernel/
H A Dtimer.h42 volatile bool cancel; // true if cancel is pending member in struct:timer
54 .cancel = false, \
141 // timer cancel, which is needed in a few special cases.
/fuchsia/zircon/system/utest/fbl/
H A Dauto_call_tests.cpp29 // ac2.cancel();
49 ac.cancel();
65 ac.cancel();
/fuchsia/zircon/system/ulib/fit/include/lib/fit/
H A Ddefer.h77 void cancel() { function in class:fit::deferred_action
121 // d.cancel();
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dport.h40 zx_status_t cancel(const object_base& source, uint64_t key) const { function in class:zx::port
H A Dtimer.h37 zx_status_t cancel() const { function in class:zx::timer
/fuchsia/zircon/system/utest/fit/
H A Ddefer_tests.cpp69 bool cancel() { function in namespace:__anon1382
78 do_incr.cancel();
169 do_incr.cancel();
280 do_incr.cancel();
424 action.cancel();
490 RUN_TEST(cancel<fit::closure>)
491 RUN_TEST(cancel<std::function<void()>>)
/fuchsia/zircon/system/utest/fidl-simple/
H A Dspaceship_tests.c38 static zx_status_t SpaceShip_GetFuelRemaining(void* ctx, zx_handle_t cancel, fidl_txn_t* txn) { argument
39 EXPECT_EQ(ZX_HANDLE_INVALID, cancel, "");
/fuchsia/zircon/kernel/lib/unittest/
H A Duser_memory.cpp60 unmap.cancel();
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-descriptors.cpp107 cleanup.cancel();
H A Dusb-audio-device.cpp185 cleanup.cancel();
199 cleanup.cancel();
242 cleanup.cancel();
/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk.cpp43 cleanup.cancel();
65 cleanup.cancel();
172 cleanup.cancel();
/fuchsia/zircon/kernel/kernel/
H A Dtimer.cpp229 if (timer->cancel) {
240 timer->cancel = false;
286 timer->cancel = true;
289 // see if we're trying to cancel the timer we're currently in the middle of handling
434 // we failed to grab it, check for cancel
435 if (t->cancel) {
/fuchsia/zircon/system/dev/tee/optee/
H A Dshared-memory.cpp72 io_buffer_cleanup.cancel();
/fuchsia/zircon/system/ulib/fzl/
H A Dpinned-vmo.cpp92 cleanup.cancel();
/fuchsia/zircon/kernel/syscalls/
H A Dvmar.cpp74 cleanup_handler.cancel();
184 cleanup_handler.cancel();
/fuchsia/zircon/system/utest/timers/
H A Dtimers.cpp96 // Setting a timer already running is equivalent to a cancel + set.
139 EXPECT_EQ(timer.cancel(), ZX_OK);
161 EXPECT_EQ(timer.cancel(), ZX_OK);
/fuchsia/zircon/kernel/arch/x86/
H A Dbootstrap16.cpp163 // NOTE: Since we cancel the autocall, we are not releasing
166 ac.cancel();
/fuchsia/zircon/kernel/vm/
H A Dkstack.cpp97 vmar_cleanup.cancel();
/fuchsia/zircon/system/uapp/audio/
H A Dwav-source.cpp132 cleanup.cancel();
/fuchsia/zircon/system/uapp/xdc-test/
H A Dxdc-test.cpp150 print_usage.cancel();
/fuchsia/zircon/system/ulib/fs-management/
H A Dmount.cpp141 cleanup.cancel();
174 cleanup.cancel();
/fuchsia/zircon/kernel/lib/fbl/
H A Darena.cpp135 destroy_vmar.cancel();
/fuchsia/zircon/kernel/platform/pc/
H A Dsmbios.cpp150 cleanup_mapping.cancel();
/fuchsia/zircon/system/dev/ethernet/aml-ethernet-s912/
H A Daml-ethernet.cpp190 cleanup.cancel();

Completed in 204 milliseconds

123