File: priority.h

package info (click to toggle)
baloo-kf5 5.78.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,252 kB
  • sloc: cpp: 25,038; sh: 24; xml: 15; makefile: 10
file content (17 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
    This file is part of the KDE Project
    SPDX-FileCopyrightText: 2008 Sebastian Trueg <trueg@kde.org>

    SPDX-License-Identifier: LGPL-2.0-or-later
*/

#ifndef BALOO_LINUX_PRIORITY_H_
#define BALOO_LINUX_PRIORITY_H_

bool lowerIOPriority();
/// Sets the priority to batch
bool lowerSchedulingPriority();
bool setIdleSchedulingPriority();
bool lowerPriority();

#endif // BALOO_LINUX_PRIORITY_H_