Searched refs:Queue (Results 1 – 5 of 5) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | characteristicimpl.h | 31 typedef CharacteristicPointDA2D *Queue; typedef 64 Queue queue; 67 Queue queueLocal; /* Queue of Items to receive from other processes */ 70 Queue queueRemote; /* Queue of Items to send to other processes */
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/ |
| H A D | _pool.py | 234 self.error_queue = mp.Queue() 235 self.return_queue = mp.Queue()
|
| /petsc/config/BuildSystem/config/ |
| H A D | framework.py | 1214 import Queue # novermin 1219 todo = Queue.Queue() 1220 done = Queue.Queue() 1451 import Queue # novermin 1453 if hasattr(Queue.Queue(), 'join'): useParallel = True # novermin
|
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 18 static PetscErrorCode CharacteristicHeapSort(Characteristic, Queue, PetscInt); 19 static PetscErrorCode CharacteristicSiftDown(Characteristic, Queue, PetscInt, PetscInt); 658 static PetscErrorCode CharacteristicHeapSort(Characteristic c, Queue queue, PetscInt size) in CharacteristicHeapSort() 687 static PetscErrorCode CharacteristicSiftDown(Characteristic c, Queue queue, PetscInt root, PetscInt… in CharacteristicSiftDown()
|
| /petsc/doc/changes/ |
| H A D | 314.md | 97 - Add VecViennaCLGetCL{Context|Queue|Mem} for VECVIENNACL to access
|