Searched refs:inotify_thread (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna/
H A Dminidlna.c698 pthread_t inotify_thread = 0; local
768 GETFLAG(INOTIFY_MASK) && pthread_create(&inotify_thread, NULL, start_inotify, NULL) )
1038 if( inotify_thread )
1039 pthread_join(inotify_thread, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminidlna.c867 pthread_t inotify_thread = 0; local
976 GETFLAG(INOTIFY_MASK) && pthread_create(&inotify_thread, NULL, start_inotify, NULL) )
1277 if( inotify_thread )
1278 pthread_join(inotify_thread, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.07.26/
H A Dminidlna.c724 pthread_t inotify_thread = 0; local
830 GETFLAG(INOTIFY_MASK) && pthread_create(&inotify_thread, NULL, start_inotify, NULL) )
1125 if( inotify_thread )
1126 pthread_join(inotify_thread, NULL);

Completed in 114 milliseconds