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

Function test_thread3

lib_acl_cpp/samples/thread/main.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85static void test_thread3(void)
86{
87 acl::thread_cond cond;
88 mythread3 thread(cond);
89 thread.start(true);
90 printf("wait %s\r\n", cond.wait() ? "ok" : "error");
91}
92
93int main(void)
94{

Callers 1

mainFunction · 0.85

Calls 2

startMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…