nuttx-apps/testing/testsuites/kernel/fs
wangxingxing f2ba4883fa testing/fs:remove the usleep of evend_fd read to solve the questiong of sem wait
Remove unnecessary usleep(1000) in the read thread of eventfd test.
The eventfd read operation will block and wait for data naturally via semaphore, no additional delay is needed.

Signed-off-by: wangxingxing <wangxingxing@xiaomi.com>
2026-01-28 10:37:52 -03:00
..
cases testing/fs:remove the usleep of evend_fd read to solve the questiong of sem wait 2026-01-28 10:37:52 -03:00
common testing: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
include testing: add malloc.h for fstest.h 2026-01-26 19:32:27 +08:00
cmocka_fs_test.c testing/fs: update api name fs_getfilep/fs_putfilep to file_get/file_put 2025-06-12 18:12:32 +08:00