Home
last modified time | relevance | path

Searched defs:deferred_action (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/include/lib/fit/
H A Ddefer.h28 explicit deferred_action(decltype(nullptr)) {} in deferred_action() function
31 explicit deferred_action(T target) : target_(std::move(target)) {} in deferred_action() function
35 deferred_action(deferred_action&& other) : target_(std::move(other.target_)) { in deferred_action() function
/aosp_15_r20/external/bcc/libbpf-tools/riscv/
H A Dvmlinux_602.h144499 struct deferred_action { struct
144522 struct deferred_action fifo[10]; argument
H A Dvmlinux.h144499 struct deferred_action { struct
144522 struct deferred_action fifo[10]; argument