commit | 01f3489752ec6ab4279fe975af0053c75a2a56fc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 17 11:46:04 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 17 17:16:20 2019 +0200 |
tree | f1213992096d19616d9c33db1abc50b433508196 | |
parent | 38171daf21f687067ff93d7b557a40527f699f5b [diff] |
MINOR: task: put barriers after each write to curr_task This one may be watched by signal handlers, we don't want the compiler to optimize its assignment away at the end of the loop and leave some wandering pointers there.