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

Function TEST_BEGIN

deps/jemalloc/test/integration/thread_tcache_enabled.c:68–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 thd_start(NULL);
67}
68TEST_END
69
70TEST_BEGIN(test_subthread) {
71 thd_t thd;
72
73 thd_create(&thd, thd_start, NULL);
74 thd_join(thd, NULL);
75}
76TEST_END
77
78int

Callers

nothing calls this directly

Calls 2

thd_createFunction · 0.50
thd_joinFunction · 0.50

Tested by

no test coverage detected