Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ bthread_get_assigned_data
Function
bthread_get_assigned_data
src/bthread/key.cpp:672–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
670
}
671
672
void* bthread_get_assigned_data() {
673
return bthread::tls_bls.assigned_data;
674
}
675
676
} // extern
"C"
Callers
1
thread_local_data
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected