MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / push

Method push

android/src/rpcsx-android.cpp:1267–1274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1265
1266public:
1267 void push(CompilationWorkload workload) {
1268 {
1269 std::lock_guard lock(queueMutex);
1270 queue.push_back(std::move(workload));
1271 }
1272
1273 nextWorkTag.fetch_add(1);
1274 }
1275
1276 void push(Progress &progress, std::string path) {
1277 progress.report(0, 0);

Callers 6

invokeAsyncFunction · 0.45
invokeSyncFunction · 0.45
installPupFunction · 0.45
installPkgFunction · 0.45
installRapFunction · 0.45
installIsoFunction · 0.45

Calls 4

push_backMethod · 0.80
getProgressIdMethod · 0.80
fetch_addMethod · 0.45
reportMethod · 0.45

Tested by

no test coverage detected