Home
last modified time | relevance | path

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

/nptl/
A Dtst-oddstacklimit.c38 struct rlimit rlim; in do_test() local
40 ret = getrlimit (RLIMIT_STACK, &rlim); in do_test()
46 rlim.rlim_cur = ODD_STACK_LIMIT; in do_test()
47 ret = setrlimit (RLIMIT_STACK, &rlim); in do_test()

Completed in 2 milliseconds