MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / destroyThread

Function destroyThread

third-party/embreeSrc/common/sys/thread.cpp:131–134  ·  view source on GitHub ↗

! destroy a hardware thread by its handle */

Source from the content-addressed store, hash-verified

129
130 /*! destroy a hardware thread by its handle */
131 void destroyThread(thread_t tid) {
132 TerminateThread(HANDLE(tid),0);
133 CloseHandle(HANDLE(tid));
134 }
135
136 /*! creates thread local storage */
137 tls_t createTls() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected