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