Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KaisenAmin/c_std
/ CThreadTSSData
Class
CThreadTSSData
concurrent/concurrent.c:826–826 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
824
void* value;
825
ThreadSpecific key;
826
struct CThreadTSSData* next;
827
};
828
829
static ThreadSpecificDestructor _cthread_tss_dtors[1088] = { NULL, };
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected