commit | 81b32ce597e8821aedbe2ada96c2553a79d7326d | [log] [tgz] |
---|---|---|
author | Daniel Colascione <[email protected]> | Mon Feb 24 04:03:36 2020 -0800 |
committer | Daniel Colascione <[email protected]> | Mon Feb 24 04:04:49 2020 -0800 |
tree | 37b4f9ce89aa9ab34a963857cd802d56f481078b | |
parent | 9eb342d7924673d9e817f9a311eb94c0d6486995 [diff] |
Use atomic, not lock, for parcel allocation counters These counters don't need to actually be coherent, so each can be its own atomic. Avoid the lock, because every lock is a chance for priority inversion. Test: builds Change-Id: I5e3b11a5e5ade7875fcafbb5dfa33e92c996b87c