提交 b8a13daf 编写于 作者: M Minghao Li

sync refactor

上级 0f176a3a
...@@ -114,8 +114,8 @@ int main() { ...@@ -114,8 +114,8 @@ int main() {
assert(rid > 0); assert(rid > 0);
for (int i = 0; i < 20; ++i) { for (int i = 0; i < 20; ++i) {
pthread_t tid; TdThread tid;
pthread_create(&tid, NULL, func, (void *)rid); taosThreadCreate(&tid, NULL, func, (void *)rid);
} }
int32_t ms = taosRand() % 10000; int32_t ms = taosRand() % 10000;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册