Home
last modified time | relevance | path

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

/dports/lang/racket-minimal/racket-8.3/src/rktio/
H A Drktio_poll_set.c500 intptr_t num_handles, alloc_handles, last_alloc_handles; member
534 if (fd->alloc_handles > (2 * fd->last_alloc_handles)) { in init_fdset_array()
535 fd->alloc_handles = 0; in init_fdset_array()
581 int sz = (3 * (efd->alloc + efd->alloc_handles)) + 2; in reset_wait_array()
681 if (efd->num_handles == efd->alloc_handles) { in rktio_poll_set_add_handle()
682 i = efd->alloc_handles; in rktio_poll_set_add_handle()
692 efd->alloc_handles = new_i; in rktio_poll_set_add_handle()
/dports/lang/racket/racket-8.3/src/rktio/
H A Drktio_poll_set.c500 intptr_t num_handles, alloc_handles, last_alloc_handles; member
534 if (fd->alloc_handles > (2 * fd->last_alloc_handles)) { in init_fdset_array()
535 fd->alloc_handles = 0; in init_fdset_array()
581 int sz = (3 * (efd->alloc + efd->alloc_handles)) + 2; in reset_wait_array()
681 if (efd->num_handles == efd->alloc_handles) { in rktio_poll_set_add_handle()
682 i = efd->alloc_handles; in rktio_poll_set_add_handle()
692 efd->alloc_handles = new_i; in rktio_poll_set_add_handle()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx12/src/
H A Dresource.rs631 pub(crate) fn alloc_handles(&mut self, count: u64) -> Option<DualHandle> { in alloc_handles() method
703 .alloc_handles(count) in allocate_set()
724 .alloc_handles(count) in allocate_set()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx12-0.4.1/src/
H A Dresource.rs598 pub(crate) fn alloc_handles(&mut self, count: u64) -> Option<DualHandle> { in alloc_handles() method
670 .alloc_handles(count) in allocate_set()
690 .alloc_handles(count) in allocate_set()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dresource.rs729 pub(crate) fn alloc_handles(&mut self, count: u64) -> Option<DualHandle> { in alloc_handles() method
807 .alloc_handles(count) in allocate_one()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx12/src/
H A Dresource.rs729 pub(crate) fn alloc_handles(&mut self, count: u64) -> Option<DualHandle> { in alloc_handles() method
807 .alloc_handles(count) in allocate_one()