Home
last modified time | relevance | path

Searched refs:thread_safe (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/posix/fs/src/
Dtest_fs_dir.c57 static struct dirent *readdir_wrap(DIR *dirp, bool thread_safe) in readdir_wrap() argument
59 if (thread_safe) { in readdir_wrap()
71 static int test_lsdir(const char *path, bool thread_safe) in test_lsdir() argument
89 while ((entry = readdir_wrap(dirp, thread_safe)) != NULL) { in test_lsdir()