Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/PhotonLibOS
/ st_thread_getspecific
Function
st_thread_getspecific
thread/st.cpp:118–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
116
}
117
118
void *st_thread_getspecific(int key) {
119
photon::thread_key_t k = key;
120
return photon::thread_getspecific(k);
121
}
122
123
// Synchronization
124
st_cond_t st_cond_new(void) {
Callers
nothing calls this directly
Calls
1
thread_getspecific
Function · 0.85
Tested by
no test coverage detected