Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ ToGeneration
Function
ToGeneration
engine/dlib/src/dlib/jobsystem.cpp:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
static inline uint32_t ToGeneration(HJob job)
104
{
105
return (job >> 32) & 0xFFFFFFFF;
106
}
107
108
static inline uint32_t ToIndex(HJob job)
109
{
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