mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 21:50:14 +00:00
When updating the full-screen data, sq_ init() will clear the updqueue and add just one new full-screen data to the updqueue. So when the vnc_updater thread is awakened, it may read a null data due to multiple reading, leading to vnc_updater thread exited , which is not expected. Signed-off-by: jianglianfang <jianglianfang@xiaomi.com> |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| vnc_color.c | ||
| vnc_fbdev.c | ||
| vnc_kbd.c | ||
| vnc_keymap.c | ||
| vnc_negotiate.c | ||
| vnc_raw.c | ||
| vnc_receiver.c | ||
| vnc_rre.c | ||
| vnc_server.c | ||
| vnc_server.h | ||
| vnc_touch.c | ||
| vnc_updater.c | ||