MCPcopy Create free account
hub / github.com/ElementsProject/elements / BackgroundThreadEntryPoint

Method BackgroundThreadEntryPoint

src/leveldb/util/env_posix.cc:735–737  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

733 void BackgroundThreadMain();
734
735 static void BackgroundThreadEntryPoint(PosixEnv* env) {
736 env->BackgroundThreadMain();
737 }
738
739 // Stores the work item data in a Schedule() call.
740 //

Callers

nothing calls this directly

Calls 1

BackgroundThreadMainMethod · 0.45

Tested by

no test coverage detected