Searched refs:file_wait (Results 1 – 3 of 3) sorted by relevance
38 int cras_file_wait_get_fd(struct cras_file_wait *file_wait) in cras_file_wait_get_fd() argument40 if (!file_wait) in cras_file_wait_get_fd()42 if (file_wait->inotify_fd < 0) in cras_file_wait_get_fd()44 return file_wait->inotify_fd; in cras_file_wait_get_fd()48 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait);49 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait) in cras_file_wait_mock_race_condition() argument51 if (file_wait) in cras_file_wait_mock_race_condition()52 file_wait->flags |= CRAS_FILE_WAIT_FLAG_MOCK_RACE; in cras_file_wait_mock_race_condition()55 void cras_file_wait_destroy(struct cras_file_wait *file_wait) in cras_file_wait_destroy() argument57 if (!file_wait) in cras_file_wait_destroy()[all …]
95 int cras_file_wait_get_fd(struct cras_file_wait *file_wait);111 int cras_file_wait_dispatch(struct cras_file_wait *file_wait);123 void cras_file_wait_destroy(struct cras_file_wait *file_wait);
15 void cras_file_wait_mock_race_condition(struct cras_file_wait *file_wait);52 struct cras_file_wait *file_wait; in SimpleFileWait() local66 &file_wait)); in SimpleFileWait()67 EXPECT_NE(reinterpret_cast<struct cras_file_wait *>(NULL), file_wait); in SimpleFileWait()75 poll_fd.fd = cras_file_wait_get_fd(file_wait); in SimpleFileWait()83 EXPECT_EQ(0, cras_file_wait_dispatch(file_wait)); in SimpleFileWait()89 EXPECT_EQ(-EAGAIN, cras_file_wait_dispatch(file_wait)); in SimpleFileWait()90 cras_file_wait_destroy(file_wait); in SimpleFileWait()96 struct cras_file_wait *file_wait; in TEST() local117 FileWaitCallback, &file_wait_result, &file_wait)); in TEST()[all …]