Home
last modified time | relevance | path

Searched refs:handle_pool (Results 1 – 25 of 47) sorted by relevance

12

/dports/net/mpich/mpich-3.4.3/modules/yaksa/src/util/
H A Dyaksu_handle_pool.c43 typedef struct handle_pool { struct
60 handle_pool_s *handle_pool; in yaksu_handle_pool_alloc() argument
67 handle_pool->next_handle = 0; in yaksu_handle_pool_alloc()
68 handle_pool->free_handles = NULL; in yaksu_handle_pool_alloc()
69 handle_pool->used_handles = NULL; in yaksu_handle_pool_alloc()
74 *pool = (void *) handle_pool; in yaksu_handle_pool_alloc()
108 free(handle_pool); in yaksu_handle_pool_free()
123 if (handle_pool->free_handles) { in yaksu_handle_pool_elem_alloc()
124 el = handle_pool->free_handles; in yaksu_handle_pool_elem_alloc()
130 el->id = handle_pool->next_handle; in yaksu_handle_pool_elem_alloc()
[all …]
/dports/www/R-cran-httr/httr/R/
H A Dhandle-pool.r10 handle_pool <- new.env(hash = TRUE, parent = emptyenv()) globalVar
20 if (exists(name, handle_pool)) {
21 handle <- handle_pool[[name]]
24 handle_pool[[name]] <- handle
34 if (exists(name, envir = handle_pool)) {
35 rm(list = name, envir = handle_pool)
/dports/www/R-cran-httr/httr/man/
H A Dhandle_pool.Rd4 \name{handle_pool}
5 \alias{handle_pool}
13 handle_pool
H A DBROWSE.Rd20 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
24 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DHEAD.Rd22 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
26 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DPATCH.Rd57 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
61 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DVERB.Rd60 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
64 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DGET.Rd22 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
26 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DPUT.Rd57 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
61 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DPOST.Rd57 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
61 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A DDELETE.Rd57 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
61 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
H A Dhandle.Rd25 (See \code{\link[=handle_pool]{handle_pool()}}).
H A DRETRY.Rd78 supplied, will be retrieved and reused from the \code{\link[=handle_pool]{handle_pool()}}
82 requests to the same host. See \code{\link[=handle_pool]{handle_pool()}} for more
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-video-paraLLEl/parallel-rdp/vulkan/
H A Dimage.cpp109 view = ImageViewHandle(device->handle_pool.image_views.allocate(device, default_view, info)); in Image()
249 view->device->handle_pool.image_views.free(view); in operator ()()
254 image->device->handle_pool.images.free(image); in operator ()()
259 image->device->handle_pool.ycbcr_images.free(image); in operator ()()
264 image->device->handle_pool.linear_images.free(image); in operator ()()
H A Dbuffer.cpp53 buffer->device->handle_pool.buffers.free(buffer); in operator ()()
77 view->device->handle_pool.buffer_views.free(view); in operator ()()
H A Dpipeline_event.cpp41 event->device->handle_pool.events.free(event); in operator ()()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/vulkan/
H A Dimage.cpp108 view = ImageViewHandle(device->handle_pool.image_views.allocate(device, default_view, info)); in Image()
192 view->device->handle_pool.image_views.free(view); in operator ()()
197 image->device->handle_pool.images.free(image); in operator ()()
202 image->device->handle_pool.linear_images.free(image); in operator ()()
H A Dbuffer.cpp53 buffer->device->handle_pool.buffers.free(buffer); in operator ()()
77 view->device->handle_pool.buffer_views.free(view); in operator ()()
H A Dquery_pool.cpp108 auto cookie = QueryPoolHandle(device->handle_pool.query.allocate(device)); in write_timestamp()
120 query->device->handle_pool.query.free(query); in operator ()()
H A Dpipeline_event.cpp41 event->device->handle_pool.events.free(event); in operator ()()
H A Dsemaphore.cpp51 semaphore->device->handle_pool.semaphores.free(semaphore); in operator ()()
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/vulkan/
H A Dimage.cpp108 view = ImageViewHandle(device->handle_pool.image_views.allocate(device, default_view, info)); in Image()
192 view->device->handle_pool.image_views.free(view); in operator ()()
197 image->device->handle_pool.images.free(image); in operator ()()
202 image->device->handle_pool.linear_images.free(image); in operator ()()
H A Dbuffer.cpp53 buffer->device->handle_pool.buffers.free(buffer); in operator ()()
77 view->device->handle_pool.buffer_views.free(view); in operator ()()
H A Dquery_pool.cpp108 auto cookie = QueryPoolHandle(device->handle_pool.query.allocate(device)); in write_timestamp()
120 query->device->handle_pool.query.free(query); in operator ()()
H A Dpipeline_event.cpp41 event->device->handle_pool.events.free(event); in operator ()()

12