File indexing completed on 2025-03-16 08:15:00
0001 /* 0002 SPDX-FileCopyrightText: 2022 Vlad Zahorodnii <vlad.zahorodnii@kde.org> 0003 0004 SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 0007 #pragma once 0008 0009 #include "kwin_export.h" 0010 0011 namespace KWin 0012 { 0013 0014 /** 0015 * Makes the calling thread to use realtime scheduling. 0016 */ 0017 KWIN_EXPORT void gainRealTime(); 0018 0019 } // namespace KWin