MCPcopy 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
108static inline uint32_t ToIndex(HJob job)
109{
110 return job & 0xFFFFFFFF;
111}
112
113static JobItem* GetJobItem(JobThreadContext* ctx, HJob hjob)
114{

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