projects
/
invirt/third/libt4.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c44266e7c6e9a67a73de368ee0dfc506870614dd
[invirt/third/libt4.git]
/
threaded_log.cc
1
#include "threaded_log.h"
2
3
mutex cerr_mutex;
4
map<thread::id, int> thread_name_map;
5
int next_thread_num = 0;
6
map<void *, int> instance_name_map;
7
int next_instance_num = 0;
8
int DEBUG_LEVEL = 0;