Home
last modified time | relevance | path

Searched refs:procfs_get_threads_max (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/test/
Dtest-procfs-util.c37 r = procfs_get_threads_max(&threads_max); in main()
64 assert_se(procfs_get_threads_max(&v) >= 0); in main()
72 assert_se(procfs_get_threads_max(&v) >= 0); in main()
/systemd-251/src/basic/
Dprocfs-util.c29 int procfs_get_threads_max(uint64_t *ret) { in procfs_get_threads_max() function
79 if (procfs_get_threads_max(&threads_max) < 0) in procfs_tasks_set_limit()
Dprocfs-util.h9 int procfs_get_threads_max(uint64_t *ret);
Dlimits-util.c144 r = procfs_get_threads_max(&a); in system_tasks_max()