HelenOS sources
async 134 uspace/drv/bus/usb/xhci/commands.c if (cmd->_header.async) {
async 414 uspace/drv/bus/usb/xhci/commands.c if (command->_header.async) {
async 814 uspace/drv/bus/usb/xhci/commands.c heap_cmd->_header.async = true;
async 104 uspace/drv/bus/usb/xhci/commands.h bool async;
async 44 uspace/lib/cpp/include/__bits/thread/async.hpp async = 1,
async 64 uspace/lib/cpp/include/__bits/thread/async.hpp bool async = (static_cast<int>(policy) &
async 65 uspace/lib/cpp/include/__bits/thread/async.hpp static_cast<int>(launch::async)) != 0;
async 77 uspace/lib/cpp/include/__bits/thread/async.hpp if (async && deferred)
async 85 uspace/lib/cpp/include/__bits/thread/async.hpp else if (async)
async 114 uspace/lib/cpp/include/__bits/thread/async.hpp decltype(auto) async(F&& f)
async 117 uspace/lib/cpp/include/__bits/thread/async.hpp static_cast<int>(launch::async) |
async 121 uspace/lib/cpp/include/__bits/thread/async.hpp return aux::async(policy, forward<F>(f));
async 131 uspace/lib/cpp/include/__bits/thread/async.hpp decltype(auto) async(F&& f, Arg&& arg, Args&&... args)
async 134 uspace/lib/cpp/include/__bits/thread/async.hpp return aux::async(f, forward<Arg>(arg), forward<Args>(args)...);
async 138 uspace/lib/cpp/include/__bits/thread/async.hpp static_cast<int>(launch::async) |
async 142 uspace/lib/cpp/include/__bits/thread/async.hpp return aux::async(policy, forward<F>(f), forward<Arg>(arg), forward<Args>(args)...);
async 248 uspace/lib/cpp/src/__bits/test/future.cpp auto res1 = std::async(
async 255 uspace/lib/cpp/src/__bits/test/future.cpp auto res2 = std::async(
async 262 uspace/lib/cpp/src/__bits/test/future.cpp auto res3 = std::async(
async 263 uspace/lib/cpp/src/__bits/test/future.cpp std::launch::async, [](){
async 270 uspace/lib/cpp/src/__bits/test/future.cpp auto res4 = std::async(
HelenOS homepage, sources at GitHub