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

Function thread_call

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

Source from the content-addressed store, hash-verified

91};
92
93static void thread_call(myfiber* fb) {
94 log_info("-----------begin-----------------");
95 fb->run();
96 log_info("-----------end-------------------");
97}
98
99extern "C" JNIEXPORT void JNICALL
100Java_com_example_HttpFiber_FiberThread_FiberStart(

Callers

nothing calls this directly

Calls 2

log_infoFunction · 0.70
runMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…