MCPcopy Create free account
hub / github.com/ImageEngine/cortex / cancelled

Method cancelled

include/IECore/Canceller.h:99–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 }
98
99 bool cancelled() const
100 {
101 /// \todo Can we reduce overhead by reading
102 /// with a more relaxed memory ordering here?
103 return m_cancelled;
104 }
105
106 static void check( const Canceller *canceller )
107 {

Callers 2

testCheckMethod · 0.95
checkMethod · 0.80

Calls

no outgoing calls

Tested by 1

testCheckMethod · 0.76