Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_ibus.c48 static int inotify_fd = -1, inotify_wd = -1; variable
362 if (inotify_fd > 0 && inotify_wd > 0) { in IBus_CheckConnection()
433 inotify_wd = inotify_add_watch(inotify_fd, addr_file, IN_CREATE | IN_MODIFY); in SDL_IBus_Init()
467 if (inotify_fd > 0 && inotify_wd > 0) { in SDL_IBus_Quit()
468 inotify_rm_watch(inotify_fd, inotify_wd); in SDL_IBus_Quit()
469 inotify_wd = -1; in SDL_IBus_Quit()

Completed in 4 milliseconds