Electroneum
Namespaces | Variables
threadpool.cpp File Reference
#include "misc_log_ex.h"
#include "common/threadpool.h"
#include "cryptonote_config.h"
#include "common/util.h"
Include dependency graph for threadpool.cpp:

Namespaces

 tools
 Various Tools.
 

Variables

static __thread int depth = 0
 
static __thread bool is_leaf = false
 

Variable Documentation

◆ depth

__thread int depth = 0
static

◆ is_leaf

__thread bool is_leaf = false
static