MCPcopy Create free account
hub / github.com/RenderKit/embree / wait

Method wait

common/sys/barrier.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void BarrierSys::wait() {
143 ((BarrierSysImplementation*) opaque)->wait();
144 }
145
146 LinearBarrierActive::LinearBarrierActive (size_t N)
147 : count0(nullptr), count1(nullptr), mode(0), flag0(0), flag1(0), threadCount(0)

Callers 15

thread_allocMethod · 0.45
runMethod · 0.45
thread_allocMethod · 0.45
runMethod · 0.45
commit_internalMethod · 0.45
waitMethod · 0.45
thread_allocMethod · 0.45
runMethod · 0.45
perform_workMethod · 0.45

Calls 1

pause_cpuFunction · 0.85

Tested by

no test coverage detected