* Fence job flag * * Fence jobs require that: * - all jobs before in the queue have been processed * - no jobs later in the queue will be processed before this job was * processed */
| 62 | * processed |
| 63 | */ |
| 64 | bool IsFence() const { return this->Fence_; } |
| 65 | |
| 66 | protected: |
| 67 | /** |