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/allocated.c:105–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
thd_start(NULL);
104
}
105
TEST_END
106
107
TEST_BEGIN(test_subthread) {
108
thd_t thd;
109
110
thd_create(&thd, thd_start, NULL);
111
thd_join(thd, NULL);
112
}
113
TEST_END
114
115
int
Callers
nothing calls this directly
Calls
2
thd_create
Function · 0.50
thd_join
Function · 0.50
Tested by
no test coverage detected