Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ threadTwo
Method
threadTwo
test/threads/ThreadsServer.cpp:57–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
int32_t threadTwo(const int32_t sleep) {
58
// Your implementation goes here
59
printf(
"threadTwo\n"
);
60
go2sleep(2, sleep);
61
return 1;
62
}
63
64
int32_t threadThree(const int32_t sleep) {
65
// Your implementation goes here
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected