MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / skr_destroy_thread

Function skr_destroy_thread

modules/core/base/src/SkrOS/apple/thread.c:254–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void skr_destroy_thread(SThreadHandle handle)
255{
256 pthread_join(handle, NULL);
257 handle = NULL;
258}
259
260void skr_join_thread(SThreadHandle handle) { pthread_join(handle, NULL); }
261

Callers 8

stopMethod · 0.50
finalizeMethod · 0.50
~DStorageQueueWindowsMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected