libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
scheduler_priorities.hpp
Go to the documentation of this file.
1 #ifndef LIBJMMCG_UNIX_scheduler_priorities_HPP
2 #define LIBJMMCG_UNIX_scheduler_priorities_HPP
3 /******************************************************************************
4 ** Copyright © 2019 by J.M.McGuiness, coder@hussar.me.uk
5 **
6 ** This library is free software; you can redistribute it and/or
7 ** modify it under the terms of the GNU Lesser General Public
8 ** License as published by the Free Software Foundation; either
9 ** version 2.1 of the License, or (at your option) any later version.
10 **
11 ** This library is distributed in the hope that it will be useful,
12 ** but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 ** Lesser General Public License for more details.
15 **
16 ** You should have received a copy of the GNU Lesser General Public
17 ** License along with this library; if not, write to the Free Software
18 ** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20 // Auto-generated header file.
21 // DO NOT EDIT. IT WILL BE OVERWRITTEN.
22 // Version: release_579_6_g8cffd
23 // O/S info: 'Linux', specifically: 'Linux-5.4.72-gentoo'
24 /**
25  \file The constants created in this file are used in api_threading_traits::set_kernel_priority(), so must not be manually doctored! To re-generate this file for your O/S, run 'get_scheduler_priorities' in the installation directory as a suitable user.
26 */
27 namespace jmmcg { namespace LIBJMMCG_VER_NAMESPACE { namespace ppd { namespace private_ {
28 
29 enum scheduler_policy : int {
31 };
32 
36 };
37 
38 } } } }
39 #endif