Searched refs:boundFunc (Results 1 – 1 of 1) sorted by relevance
88 auto boundFunc = std::bind(std::forward<Function>(func), in timeoutIPC() local90 bool success = timeout(wait, [&ret, &boundFunc] { in timeoutIPC()91 ret = std::move(boundFunc()); in timeoutIPC()