Merge pull request #76754 from RandomShaper/mq_less_lock
Avoid redundant locking in CallQueue
This commit is contained in:
commit
353efd774f
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ private:
|
|||
};
|
||||
|
||||
Mutex mutex;
|
||||
typedef PagedAllocator<Page, true> Allocator;
|
||||
typedef PagedAllocator<Page, false> Allocator;
|
||||
|
||||
Allocator *allocator = nullptr;
|
||||
bool allocator_is_custom = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue