提交 42f03b9c 编写于 作者: A Alex Duan

[TS-238]<feature>(tsdb): modify sem_wait to tsem_wait

上级 17526e55
......@@ -164,7 +164,7 @@ void dnodeFreeVWriteQueue(void *pWqueue) {
void* waitingResultThread(void* param) {
SVWriteMsg* pWrite = (SVWriteMsg* )param;
int32_t ret = sem_wait(pWrite->rspRet.psem);
int32_t ret = tsem_wait(pWrite->rspRet.psem);
if(ret == 0) {
// success
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册