Commit 456243ee authored by gejun's avatar gejun

mv bthread/cond.cpp to bthread/condition_variable.cpp

Change-Id: Ib4981bd75765179fc14f5cc2c6edb078c33497b5
parent 64bc025e
......@@ -19,6 +19,7 @@ cat $1 |sed -e 's/src\/baidu\/rpc\//brpc\//g' \
-e 's/TEST_F(URITest/TEST(URITest/g' \
-e 's/<bthread\.h>/\"bthread\/bthread.h\"/g' \
-e 's/<bthread_\(.*\)\.h>/\"bthread\/\1.h\"/g' \
-e 's/bthread_cond\.cpp/bthread\/condition_variable.cpp/g' \
-e 's/<\(brpc\/[^>]*\)>/"\1"/g' \
-e 's/<\(bvar\/[^>]*\)>/"\1"/g' \
-e 's/<\(base\/[^>]*\)>/"\1"/g' \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment