1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this file,
3 * You can obtain one at http://mozilla.org/MPL/2.0/. */
8 using namespace mozilla::hal
;
14 SetProcessPriority(int aPid
,
15 ProcessPriority aPriority
,
16 ProcessCPUPriority aCPUPriority
,
17 uint32_t aBackgroundLRU
)
19 HAL_LOG("FallbackProcessPriority - SetProcessPriority(%d, %s, %u)\n",
20 aPid
, ProcessPriorityToString(aPriority
, aCPUPriority
),
25 } // namespace mozilla