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

Function yield

common/sys/thread.cpp:120–122  ·  view source on GitHub ↗

! the thread calling this function gets yielded */

Source from the content-addressed store, hash-verified

118
119 /*! the thread calling this function gets yielded */
120 void yield() {
121 SwitchToThread();
122 }
123
124 /*! waits until the given thread has terminated */
125 void join(thread_t tid) {

Callers 4

commit_internalMethod · 0.85
spawn_rootMethod · 0.85
steal_loopMethod · 0.85
thread_loopMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected