MCPcopy 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
659void GlobalInitializeOrDie() {
660 if (pthread_once(&register_extensions_once,
661 GlobalInitializeOrDieImpl) != 0) {
662 LOG(FATAL) << "Fail to pthread_once";
663 exit(1);
664 }
665}
666
667} // namespace brpc

Callers 10

mainFunction · 0.85
TEST_FFunction · 0.85
InitMethod · 0.85
StringToProtocolTypeFunction · 0.85
ProtocolTypeToStringFunction · 0.85
InitMethod · 0.85
InitSingleMethod · 0.85
InitMethod · 0.85
InitializeOnceMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by 2

mainFunction · 0.68
TEST_FFunction · 0.68