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

Function invokeAsync

android/src/rpcsx-android.cpp:980–982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

978} static g_mainThreadProcessor;
979
980static void invokeAsync(std::function<void(JNIEnv *)> cb) {
981 g_mainThreadProcessor.push(std::move(cb));
982}
983
984static void invokeSync(std::function<void(JNIEnv *)> cb) {
985 atomic_t<u32> wakeup{false};

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected