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

Function join

common/sys/thread.cpp:125–128  ·  view source on GitHub ↗

! waits until the given thread has terminated */

Source from the content-addressed store, hash-verified

123
124 /*! waits until the given thread has terminated */
125 void join(thread_t tid) {
126 WaitForSingleObject(HANDLE(tid), INFINITE);
127 CloseHandle(HANDLE(tid));
128 }
129
130 /*! destroy a hardware thread by its handle */
131 void destroyThread(thread_t tid) {

Callers 7

runMethod · 0.85
runMethod · 0.85
FastAllocatorClass · 0.85
setNumThreadsMethod · 0.85
~ThreadPoolMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected