MCPcopy Create free account
hub / github.com/defold/defold / TEST_P

Function TEST_P

engine/dlib/src/test/test_job_system.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85};
86
87TEST_P(dmJobSystemTest, PushJobs)
88{
89 PushJob(ProcessSimple, CallbackSimple, 0, 0);
90}
91
92TEST_P(dmJobSystemTest, PushJobsMultipleThreads)
93{

Callers

nothing calls this directly

Calls 15

PushJobFunction · 0.85
JobSystemUpdateFunction · 0.85
JobSystemCreateJobFunction · 0.85
JobSystemCancelJobFunction · 0.85
JobSystemPushJobFunction · 0.85
randClass · 0.85
JobSystemSetParentFunction · 0.85
WaitForAtomicValueFunction · 0.85
dmAtomicGet32Function · 0.85
dmAtomicStore32Function · 0.85
dmAtomicAdd32Function · 0.85
dmAtomicSub32Function · 0.85

Tested by

no test coverage detected