Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
85
static 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
93
int main(void)
94
{
Callers
1
main
Function · 0.85
Calls
2
start
Method · 0.45
wait
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…