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

Function skr_join_thread

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

Source from the content-addressed store, hash-verified

258}
259
260void skr_join_thread(SThreadHandle handle) { pthread_join(handle, NULL); }
261
262SThreadID skr_current_thread_id(void)
263{

Callers 7

stopMethod · 0.50
joinMethod · 0.50
~DStorageQueueWindowsMethod · 0.50
mainFunction · 0.50
mainFunction · 0.50
mainFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected