MCPcopy Create free account
hub / github.com/RenderKit/oidn / PinningObserver

Method PinningObserver

devices/cpu/tasking.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 PinningObserver::PinningObserver(const std::shared_ptr<ThreadAffinity>& affinity, tbb::task_arena& arena)
19 : tbb::task_scheduler_observer(arena),
20 affinity(affinity)
21 {
22 observe(true);
23 }
24
25 PinningObserver::~PinningObserver()
26 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected