Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ bthread_assign_data
Function
bthread_assign_data
src/bthread/key.cpp:668–670 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
void bthread_assign_data(void* data) {
669
bthread::tls_bls.assigned_data = data;
670
}
671
672
void* bthread_get_assigned_data() {
673
return bthread::tls_bls.assigned_data;
Callers
7
ProcessHttpRequest
Function · 0.85
ProcessSofaRequest
Function · 0.85
ProcessNsheadRequest
Function · 0.85
ProcessThriftRequest
Function · 0.85
ProcessMongoRequest
Function · 0.85
ProcessRpcRequest
Function · 0.85
ProcessHuluRequest
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected