• gejun's avatar
    first working CI · 79981559
    gejun authored
    Change-Id: I68c0cafba040debefd660c5213f21e6fc702a4a6
    79981559
config.h 382 Bytes
// bthread - A M:N threading library to make applications more concurrent.
// Copyright (c) 2014 Baidu.com, Inc. All Rights Reserved

// Author: Ge,Jun (gejun@baidu.com)
// Date: Mon Sep 15 10:51:15 CST 2014

#ifndef BAIDU_BTHREAD_CONFIG_H
#define BAIDU_BTHREAD_CONFIG_H

#include "base/thread_local.h"              // thread_local, thread_atexit

#define BT_VLOG VLOG(100)

#endif