search for: d70563

Displaying 2 results from an estimated 2 matches for "d70563".

Did you mean: 370563
2019 Nov 22
2
Updated polling logic in LockFileManager
Well, Yes. There are a few differences with the https://reviews.llvm.org/D70563 solution. First of all, in D70563, in case if file will be deleted between `open` and subscription to events, then there'll be maximum timeout. it seems that kqueue is not validating file descriptor, so, in case if file descriptor is already invalid, listening for a kqueue won't give any e...
2019 Nov 22
3
Updated polling logic in LockFileManager
Hi there. I submitted a patch I llvm that fixed polling logic in LockFileManager https://reviews.llvm.org/D70563 This patch should fix https://bugs.llvm.org/show_bug.cgi?id=20794 There were no activity so I decided to write directly to mail list Is there anyone who can take a look? Thanks. P.S. Are there some additional actions needed for patch to be reviewed? Thanks -- Best Regards, Павло Тайкало / P...