MCPcopy Create free account
hub / github.com/acl-dev/acl / fiber_thread_run

Function fiber_thread_run

android/samples/fiber/HttpFiber/src/main/cpp/Fiber.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static void fiber_thread_run(fiber_waiter* waiter) {
40 waiter->start(1024000);
41 JNIEnv* env = get_env();
42 log_info(">>>get env=%p<<<", env);
43 acl::fiber::schedule();
44}
45
46extern "C" JNIEXPORT jlong JNICALL
47Java_com_example_HttpFiber_FiberThread_FiberSchedule(

Callers

nothing calls this directly

Calls 3

get_envFunction · 0.70
log_infoFunction · 0.70
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…