MCPcopy Create free account
hub / github.com/apache/brpc / InitUserCodeBackupPoolOnceOrDie

Function InitUserCodeBackupPoolOnceOrDie

src/brpc/details/usercode_backup_pool.cpp:157–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157void InitUserCodeBackupPoolOnceOrDie() {
158 pthread_once(&s_usercode_init, InitUserCodeBackupPool);
159}
160
161void EndRunningUserCodeInPool(void (*fn)(void*), void* arg) {
162 InitUserCodeBackupPoolOnceOrDie();

Callers 2

EndRunningUserCodeInPoolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected