android_system_core/libprocessgroup
T.J. Mercier df67107ac4 libprocessgroup: Use default member initializers
... instead of direct initialization in the default constructor
implementation. This allows us to just explicitly default the
constructor and provide no implementation.

Initialize class variables in the header and remove no-op constructor
to simplify code.

Bug: 346584259
Test: m
Change-Id: Iba57f5cfbf8e4d5d18ce178d39f8bcd2d76c8aaa
2024-06-11 18:23:58 +00:00
..
cgrouprc Annotate symbols correctly 2022-09-26 22:14:43 +09:00
cgrouprc_format libprocessgroup: Use default member initializers 2024-06-11 18:23:58 +00:00
include/processgroup libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
profiles Revert "Migrate the blkio controller to the v2 cgroup hierarchy" 2024-01-26 03:54:47 +00:00
setup Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
tools libprocessgroup/tools: Add settaskprofile command-line tool 2021-11-09 22:35:51 +00:00
Android.bp Merge "Remove VNDK definition(s)" into main 2024-05-23 00:38:19 +00:00
build_flags.h Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
cgroup_map.cpp libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
cgroup_map.h libprocessgroup: Use default member initializers 2024-06-11 18:23:58 +00:00
OWNERS Updating owners of libprocessgroup 2022-12-15 19:12:33 +00:00
processgroup.cpp Merge changes Ie74b9c27,If2224475 into main 2024-04-18 19:09:18 +00:00
sched_policy.cpp libprocessgroup: Use pid_t consistently for TIDs 2024-01-25 16:35:30 +00:00
task_profiles.cpp Add build flag to split the cgroup v2 hierarchy into apps/system 2024-04-08 21:15:48 +00:00
task_profiles.h Use ConvertUid{Pid}ToPath for all path generation 2024-04-08 21:15:48 +00:00
task_profiles_test.cpp Fix unused params and remove unneeded cflags 2024-04-08 21:15:48 +00:00
TEST_MAPPING Add test mapping 2024-02-08 16:57:43 +00:00