Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
static 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
61
class mythread3 : public acl::thread
62
{
Callers
1
main
Function · 0.85
Calls
1
start
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…