MCPcopy Create free account
hub / github.com/Kitware/CMake / IsFence

Method IsFence

Source/cmWorkerPool.h:64–64  ·  view source on GitHub ↗

* 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 */

Source from the content-addressed store, hash-verified

62 * processed
63 */
64 bool IsFence() const { return this->Fence_; }
65
66 protected:
67 /**

Callers 1

WorkMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected