alcove_cgroup (alcove v0.38.0) View Source
Link to this section Summary
Link to this section Functions
Specs
create(alcove_drv:ref(), [alcove:pid_t()]) -> ok.
Specs
create(alcove_drv:ref(), [alcove:pid_t()], [file:name_all()]) -> ok.
Specs
destroy(alcove_drv:ref(), [alcove:pid_t()]) -> [ok | {error, file:posix()}].
Specs
destroy(alcove_drv:ref(), [alcove:pid_t()], [file:name_all()]) -> [ok | {error, file:posix()}].
Link to this function
fold_files(Drv, Pids, MntOpt, Namespace, RegExp, CallerFun, AccIn)
View SourceSpecs
get(alcove_drv:ref(), [alcove:pid_t()], binary(), [binary()], string() | binary()) -> {ok, binary()}.
Specs
set(alcove_drv:ref(), [alcove:pid_t()], binary(), [binary()], string() | binary(), string() | binary()) -> ok | {error, file:posix()}.
Specs
supported(alcove_drv:ref(), [alcove:pid_t()]) -> boolean().