Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
260
void skr_join_thread(SThreadHandle handle) { pthread_join(handle, NULL); }
261
262
SThreadID skr_current_thread_id(void)
263
{
Callers
7
stop
Method · 0.50
join
Method · 0.50
~DStorageQueueWindows
Method · 0.50
~skr_win_dstorage_decompress_service_t
Method · 0.50
main
Function · 0.50
main
Function · 0.50
main
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected