Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ToIndex
Function
ToIndex
engine/dlib/src/dlib/jobsystem.cpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
static inline uint32_t ToIndex(HJob job)
109
{
110
return job & 0xFFFFFFFF;
111
}
112
113
static JobItem* GetJobItem(JobThreadContext* ctx, HJob hjob)
114
{
Callers
6
GetJobItem
Function · 0.85
FreeJob
Function · 0.85
PutWork
Function · 0.85
PutDone
Function · 0.85
ProcessOneJob
Function · 0.85
DebugPrintJob
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected