summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2016-06-18 01:39:05 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2016-06-21 10:29:14 +0200
commitd7087df4da8c1824f30f567b95a9633209690485 (patch)
treee510ce9984ad37ca64b2824412d8c14e6e2eeafb /node.gyp
parentbb33c28e2141a1eabdff753e6717f5aea5866146 (diff)
downloadandroid-node-v8-d7087df4da8c1824f30f567b95a9633209690485.tar.gz
android-node-v8-d7087df4da8c1824f30f567b95a9633209690485.tar.bz2
android-node-v8-d7087df4da8c1824f30f567b95a9633209690485.zip
src: use RAII for mutexes and condition variables
We will be introducing many more critical sections in the upcoming multi-isolate changes, so let's make manual synchronization a thing of the past. PR-URL: https://github.com/nodejs/node/pull/7334 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 0656691c24..c3f591351d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -175,6 +175,7 @@
'src/node_http_parser.h',
'src/node_internals.h',
'src/node_javascript.h',
+ 'src/node_mutex.h',
'src/node_root_certs.h',
'src/node_version.h',
'src/node_watchdog.h',