LCOV - code coverage report
Current view: top level - hal/fallback - FallbackProcessPriority.cpp (source / functions) Hit Total Coverage
Test: output.info Lines: 0 5 0.0 %
Date: 2017-07-14 16:53:18 Functions: 0 2 0.0 %
Legend: Lines: hit not hit

          Line data    Source code
       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/. */
       4             : 
       5             : #include "Hal.h"
       6             : #include "HalLog.h"
       7             : 
       8             : using namespace mozilla::hal;
       9             : 
      10             : namespace mozilla {
      11             : namespace hal_impl {
      12             : 
      13             : bool
      14           0 : SetProcessPrioritySupported()
      15             : {
      16           0 :   return false;
      17             : }
      18             : 
      19             : void
      20           0 : SetProcessPriority(int aPid, ProcessPriority aPriority)
      21             : {
      22           0 :   HAL_LOG("FallbackProcessPriority - SetProcessPriority(%d, %s)\n",
      23             :           aPid, ProcessPriorityToString(aPriority));
      24           0 : }
      25             : 
      26             : } // namespace hal_impl
      27             : } // namespace mozilla

Generated by: LCOV version 1.13