示例#1
0
文件: Log.cpp 项目: nob13/jxvm
static const char * threadName() {
    if (gThreadName.get()) {
        return gThreadName->c_str();
    } else {
        return "";
    }
}