Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ GlobalInitializeOrDie
Function
GlobalInitializeOrDie
src/brpc/global.cpp:659–665 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
657
}
658
659
void GlobalInitializeOrDie() {
660
if (pthread_once(®ister_extensions_once,
661
GlobalInitializeOrDieImpl) != 0) {
662
LOG(FATAL) <<
"Fail to pthread_once"
;
663
exit(1);
664
}
665
}
666
667
} // namespace brpc
Callers
10
main
Function · 0.85
TEST_F
Function · 0.85
Init
Method · 0.85
StringToProtocolType
Function · 0.85
ProtocolTypeToString
Function · 0.85
Init
Method · 0.85
InitSingle
Method · 0.85
Init
Method · 0.85
InitializeOnce
Method · 0.85
Init
Method · 0.85
Calls
no outgoing calls
Tested by
2
main
Function · 0.68
TEST_F
Function · 0.68