[PATCH] D138952: Support: Add polling option to sys::Wait [WIP]
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 14:30:14 PST 2022
arsenm created this revision.
arsenm added reviewers: craig.topper, hubert.reinterpretcast, sepavloff, tareqsiraj, zturner, aganea, alexfh.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
Currently the process is terminated after the timeout. Add an option
to let the process resume after the timeout instead.
WIP because of windows support. No idea if the Windows part even
builds, much less works.
https://reviews.llvm.org/D138952
Files:
llvm/include/llvm/Support/Program.h
llvm/lib/Support/Unix/Program.inc
llvm/lib/Support/Windows/Program.inc
llvm/unittests/Support/ProgramTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138952.478725.patch
Type: text/x-patch
Size: 6770 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221129/00b5175b/attachment.bin>
More information about the llvm-commits
mailing list