MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / TEST_BEGIN

Function TEST_BEGIN

deps/jemalloc/test/integration/allocated.c:105–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 thd_start(NULL);
104}
105TEST_END
106
107TEST_BEGIN(test_subthread) {
108 thd_t thd;
109
110 thd_create(&thd, thd_start, NULL);
111 thd_join(thd, NULL);
112}
113TEST_END
114
115int

Callers

nothing calls this directly

Calls 2

thd_createFunction · 0.50
thd_joinFunction · 0.50

Tested by

no test coverage detected