diff options
author | Maxim Dounin <mdounin@mdounin.ru> | 2016-04-19 17:18:28 +0300 |
---|---|---|
committer | Maxim Dounin <mdounin@mdounin.ru> | 2016-04-19 17:18:28 +0300 |
commit | eeb72127cf4b86cb57f53e1f4702bbd1edd1a04a (patch) | |
tree | de1673636b459bd5f057c4c90a25ff1ebaceb24b /src/stream/ngx_stream_proxy_module.c | |
parent | eb38cbda2fcf318b9e1f2e463705658c286ec04e (diff) | |
download | nginx-eeb72127cf4b86cb57f53e1f4702bbd1edd1a04a.tar.gz nginx-eeb72127cf4b86cb57f53e1f4702bbd1edd1a04a.zip |
Thread pools: memory barriers in task completion notifications.
The ngx_thread_pool_done object isn't volatile, and at least some
compilers assume that it is permitted to reorder modifications of
volatile and non-volatile objects. Added appropriate ngx_memory_barrier()
calls to make sure all modifications will happen before the lock is released.
Reported by Mindaugas Rasiukevicius,
http://mailman.nginx.org/pipermail/nginx-devel/2016-April/008160.html.
Diffstat (limited to 'src/stream/ngx_stream_proxy_module.c')
0 files changed, 0 insertions, 0 deletions