MCPcopy Create free account
hub / github.com/apache/thrift / threadOne

Method threadOne

test/threads/ThreadsServer.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 int32_t threadOne(const int32_t sleep) {
51 // Your implementation goes here
52 printf("threadOne\n");
53 go2sleep(1, sleep);
54 return 1;
55 }
56
57 int32_t threadTwo(const int32_t sleep) {
58 // Your implementation goes here

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected