Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dresource.c483 #ifdef RLIMIT_KQUEUES in resource_exec()
484 ADD_INT(module, RLIMIT_KQUEUES); in resource_exec()
/third_party/rust/crates/nix/src/sys/
Dresource.rs80 RLIMIT_KQUEUES,
/third_party/python/Misc/NEWS.d/
D3.10.0a6.rst307 Adds :data:`resource.RLIMIT_KQUEUES` constant from FreeBSD to the
/third_party/python/Doc/library/
Dresource.rst260 .. data:: RLIMIT_KQUEUES
/third_party/rust/crates/libc/libc-test/semver/
Dfreebsd.txt1047 RLIMIT_KQUEUES
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1943 pub const RLIMIT_KQUEUES: ::c_int = 13; constant