android_system_core/libprocessgroup
Bart Van Assche a823bee9d3 libprocessgroup: Switch from gnu++-17 to gnu++-20
This change enables headers like <span>. Inside the <span> header file
file the following guard makes its functionality unavailable when
building with std=gnu++-17:

 #if _LIBCPP_STD_VER > 17
 [ ... ]
 #endif

Bug: 213617178
Change-Id: I5c40708ea196ab112990b5ca6fae9370b75f8752
Signed-off-by: Bart Van Assche <bvanassche@google.com>
2022-08-18 12:34:21 -07:00
..
cgrouprc
cgrouprc_format
include/processgroup libprocessgroup: Add a function to remove only empty process groups 2022-04-29 10:17:17 -07:00
profiles Rename VMCompilationPerformance to SCHED_SP_COMPUTE 2022-05-23 11:06:09 -07:00
setup libprocessgroup: Fix a log message 2022-08-08 11:07:02 -07:00
tools
Android.bp libprocessgroup: Switch from gnu++-17 to gnu++-20 2022-08-18 12:34:21 -07:00
OWNERS
cgroup_map.cpp Micro-optimize CgroupMap::ActivateControllers() 2022-02-15 00:09:34 +00:00
cgroup_map.h
processgroup.cpp libprocessgroup: Handle temporarily non-empty group removal failure 2022-06-03 21:15:14 +00:00
sched_policy.cpp
task_profiles.cpp Reland "libprocessgroup: return false on failure" 2022-04-13 18:50:12 +00:00
task_profiles.h Add support for memcg v2 attributes 2022-03-17 14:18:14 -07:00
task_profiles_test.cpp Add support for optional cgroup attributes 2022-03-16 19:55:46 +00:00