Revision 574047fa01c7832b02d8047ee5cc577d29a5a8de authored by Michal Novotny on 06 March 2020, 18:36:43 UTC, committed by Michal Novotny on 06 March 2020, 18:36:43 UTC
syncWithCacheIOThread() ensures that all pending events on IO thread are processed before we continue on the main thread, where we synchronously check the flag in the index

Differential Revision: https://phabricator.services.mozilla.com/D65757

--HG--
extra : source : 0db5d88e7a66a713408c3cb29613ea28eb99b341
extra : amend_source : dd3520272eca12facefe415f3431c2bd7eb28093
1 parent 3956438
Raw File
gcc_hidden.h
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */

/* Begin all files as hidden visibility */
#pragma GCC visibility push(hidden)
back to top