MCPcopy 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
103static inline uint32_t ToGeneration(HJob job)
104{
105 return (job >> 32) & 0xFFFFFFFF;
106}
107
108static inline uint32_t ToIndex(HJob job)
109{

Callers 6

GetJobItemFunction · 0.85
FreeJobFunction · 0.85
PutWorkFunction · 0.85
PutDoneFunction · 0.85
ProcessOneJobFunction · 0.85
DebugPrintJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected