8000 5c44464ef62d3a41a072f8564e475c2a78c56d83:的FIXME问题不好复现,暂时认为这个kfifo机制是很合理的 · home-coder/ring-buffer@92cf849 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92cf849

Browse files
author
jiangxiujie
committed
5c44464:的FIXME问题不好复现,暂时认为这个kfifo机制是很合理的
1 parent b28264e commit 92cf849

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ void thread_reader(void *param)
4747
} else {
4848
counter++;
4949
if (counter > 2) {
50+
printf("这里会走到吗\n");
5051
break;
5152
}
5253
}

0 commit comments

Comments
 (0)
2A7F
0