MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / add

Function add

modules/core/task/include/SkrTask/fib_task.hpp:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 bool operator==(const counter_t& other) const { return internal == other.internal; }
39 void wait(bool pin) const { internal->GetScheduler()->WaitForCounter(internal.get(), pin); }
40 void add(const unsigned int x) { internal->Add(x); }
41 void decrement() { internal->Decrement(); }
42 bool test() const { return internal->Done(); }
43 size_t hash() const { return std::hash<void*>{}(internal.get()); }

Callers 12

appendMethod · 0.50
appendMethod · 0.50
add_uniqueMethod · 0.50
operator+=Method · 0.50
push_backMethod · 0.50
heap_pushMethod · 0.50
stack_pushMethod · 0.50
appendMethod · 0.50
appendMethod · 0.50
appendMethod · 0.50
appendMethod · 0.50
push_backMethod · 0.50

Calls 2

AddMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected