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

Function StartScriptCheckWorkerThreads

src/validation.cpp:1964–1967  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1962static CCheckQueue<CCheck> scriptcheckqueue(128);
1963
1964void StartScriptCheckWorkerThreads(int threads_num)
1965{
1966 scriptcheckqueue.StartWorkerThreads(threads_num);
1967}
1968
1969void StopScriptCheckWorkerThreads()
1970{

Callers 2

AppInitMainFunction · 0.85
ChainTestingSetupMethod · 0.85

Calls 1

StartWorkerThreadsMethod · 0.80

Tested by 1

ChainTestingSetupMethod · 0.68