MCPcopy Create free account
hub / github.com/chen3feng/toft / TEST

Function TEST

system/threading/semaphore_test.cpp:76–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76TEST(NamedSemaphore, DefaultCtorDeathTest)
77{
78 NamedSemaphore semaphore;
79 EXPECT_DEATH(semaphore.Acquire(), "");
80}
81
82TEST(NamedSemaphore, OpenCreateClose)
83{

Callers

nothing calls this directly

Calls 5

OpenOrCreateMethod · 0.80
AcquireMethod · 0.45
CloseMethod · 0.45
OpenMethod · 0.45
CreateMethod · 0.45

Tested by

no test coverage detected