MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / test_thread

Function test_thread

thread/test/test.cpp:583–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

581}
582
583int test_thread(Marker x, Marker& y, Marker z, int n)
584{
585 LOG_DEBUG(' ', n);
586 EXPECT_EQ(x, a);
587 EXPECT_EQ(&y, &b);
588 EXPECT_EQ(z, cc);
589 EXPECT_EQ(c, "");
590 return 0;
591}
592
593int test_thread2(Marker x, Marker& y, Marker&& z, int n)
594{

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected