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

Function sleep_fiber

android/samples/fiber/http/src/main/cpp/http_client.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92static void sleep_fiber(void) {
93 while (true) {
94 sleep(2);
95 test2();
96 }
97}
98
99static void fiber_thread_run(fiber_waiter* waiter) {
100 waiter->start(256000);

Callers 1

fiber_thread_runFunction · 0.85

Calls 2

test2Function · 0.70
sleepFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…