Searched refs:procfs_get_threads_max (Results 1 – 4 of 4) sorted by relevance
37 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()
29 int procfs_get_threads_max(uint64_t *ret) { in procfs_get_threads_max() function79 if (procfs_get_threads_max(&threads_max) < 0) in procfs_tasks_set_limit()
9 int procfs_get_threads_max(uint64_t *ret);
144 r = procfs_get_threads_max(&a); in system_tasks_max()