MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / push

Method push

src/misc/job_que.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 void JobQue::push(Job && job, JobCategory category, JobPriority priority) {
127 lock_guard<mutex> lock(mFifoMutex);
128 submit(das::move(job), category, priority);
129 mCond.notify_one();
130 }
131
132 void JobQue::job(int threadIndex) {
133 while (!mShutdown) {

Callers 15

runTestsFunction · 0.45
scanWithFunction · 0.45
discoverTestsInFileFunction · 0.45
activateFunction · 0.45
runHandlerFunction · 0.45
gatherAllTestsFunction · 0.45
runInitScriptMethod · 0.45
wireEventsFunction · 0.45
pushFunction · 0.45
runner.jsFile · 0.45
daslangRunFunction · 0.45
findNewsLinksFunction · 0.45

Calls

no outgoing calls

Tested by 1

DOCTEST_DEFINE_DECORATORFunction · 0.36