Forked from
The Tor Project / Applications / Tor Browser
130464 commits behind, 843 commits ahead of the upstream repository.
Gabriele Svelto
authored
On macOS versions prior to 10.15 os_unfair_locks cannot spin in kernel-space which degrades performance significantly. To obviate for this we spin in user-space like OSSpinLock does, for the same number of times and invoking x86-specific pause instructions in-between the locking attempts to avoid starving a thread that might be running on the same physical core. Differential Revision: https://phabricator.services.mozilla.com/D154205
Name | Last commit | Last update |
---|---|---|
.. | ||
build | ||
gtest | ||
mozalloc | ||
mozjemalloc_info | ||
replace | ||
volatile | ||
app.mozbuild | ||
moz.build | ||
moz.configure |