Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
TEST_P(dmJobSystemTest, PushJobs)
88
{
89
PushJob(ProcessSimple, CallbackSimple, 0, 0);
90
}
91
92
TEST_P(dmJobSystemTest, PushJobsMultipleThreads)
93
{
Callers
nothing calls this directly
Calls
15
PushJob
Function · 0.85
JobSystemUpdate
Function · 0.85
JobSystemCreateJob
Function · 0.85
JobSystemCancelJob
Function · 0.85
JobSystemPushJob
Function · 0.85
rand
Class · 0.85
JobSystemSetParent
Function · 0.85
WaitForAtomicValue
Function · 0.85
dmAtomicGet32
Function · 0.85
dmAtomicStore32
Function · 0.85
dmAtomicAdd32
Function · 0.85
dmAtomicSub32
Function · 0.85
Tested by
no test coverage detected