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