Bumping manifests a=b2g-bump
[gecko.git] / hal / fallback / FallbackThreadPriority.cpp
blobbd67b592d7a824e507799ddec2e0f27d5ae19bd1
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/. */
5 #include "Hal.h"
6 #include "HalLog.h"
8 using namespace mozilla::hal;
10 namespace mozilla {
11 namespace hal_impl {
13 void
14 SetCurrentThreadPriority(ThreadPriority aPriority)
16 HAL_LOG("FallbackThreadPriority - SetCurrentThreadPriority(%d)\n",
17 ThreadPriorityToString(aPriority));
20 } // hal_impl
21 } // namespace mozilla