Home
last modified time | relevance | path

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

/sysdeps/pthread/
A Dtst-basic7.c29 struct rlimit rl; in use_up_memory() local
30 getrlimit (RLIMIT_AS, &rl); in use_up_memory()
31 rl.rlim_cur = 10 * 1024 * 1024; in use_up_memory()
32 setrlimit (RLIMIT_AS, &rl); in use_up_memory()
/sysdeps/unix/
A Dgrantpt.c203 struct rlimit rl = { 0, 0 }; in grantpt() local
204 __setrlimit (RLIMIT_CORE, &rl); in grantpt()

Completed in 3 milliseconds