Searched refs:lim (Results 1 – 1 of 1) sorted by relevance
32 struct rlimit lim; in do_test() local33 getrlimit (RLIMIT_STACK, &lim); in do_test()34 lim.rlim_cur = STACK_LIM; in do_test()35 setrlimit (RLIMIT_STACK, &lim); in do_test()
Completed in 3 milliseconds