Home
last modified time | relevance | path

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

/petsc/src/sys/objects/device/interface/
H A Dmark_dcontext.cxx54 static Petsc::ObjectPool<_n_PetscEvent, PetscEventConstructor> event_pool; variable
61 PetscCall(event_pool.allocate(event)); in PetscDeviceContextCreateEvent_Private()
71 if (*event) PetscCall(event_pool.deallocate(event)); in PetscEventDestroy_Private()