Bug 1854087 - Disallow copy construction of lock guards r=jandem
commite6cfd420503a5e656122592e8285173d581095d2
authorJon Coppeard <jcoppeard@mozilla.com>
Wed, 20 Sep 2023 13:21:46 +0000 (20 13:21 +0000)
committerJon Coppeard <jcoppeard@mozilla.com>
Wed, 20 Sep 2023 13:21:46 +0000 (20 13:21 +0000)
tree0fe63f47129c84e6a107aa07e11e33523e4b2ffa
parentdb4483685e8da5eefb060fd77eb8459aa0b4f614
Bug 1854087 - Disallow copy construction of lock guards r=jandem

Disallows copy construction of lock guards and improves the lock guard tests.

Differential Revision: https://phabricator.services.mozilla.com/D188700
js/src/jsapi-tests/testThreadingMutex.cpp
js/src/threading/LockGuard.h
js/src/threading/Mutex.cpp
js/src/threading/Mutex.h