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

Function test_thread2

lib_acl_cpp/samples/thread/main.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52static void test_thread2(void)
53{
54 mythread* thr = new mythread(true);
55
56 thr->set_detachable(true);
57 if (thr->start() == false)
58 printf("start thread failed\r\n");
59}
60
61class mythread3 : public acl::thread
62{

Callers 1

mainFunction · 0.85

Calls 1

startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…