Home
last modified time | relevance | path

Searched defs:Borrowable (Results 1 – 2 of 2) sorted by relevance

/external/pigweed/pw_sync/
Ddocs.rst745 Borrowable section in Critical Section Lock Helpers
764 Before we explain why Borrowable is useful, it's important to understand the argument
848 Why use Borrowable? argument
879 .. doxygenclass:: pw::sync::Borrowable argument
/external/pigweed/pw_sync/public/pw_sync/
Dborrow.h115 constexpr Borrowable(GuardedType& object, Lock& lock) noexcept in Borrowable() function