Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
68
TEST_END
69
70
TEST_BEGIN(test_subthread) {
71
thd_t thd;
72
73
thd_create(&thd, thd_start, NULL);
74
thd_join(thd, NULL);
75
}
76
TEST_END
77
78
int
Callers
nothing calls this directly
Calls
2
thd_create
Function · 0.50
thd_join
Function · 0.50
Tested by
no test coverage detected