#include "qplatformdefs.h"
#include "qfilesystemwatcher.h"
#include "qfilesystemwatcher_dnotify_p.h"
#include <qsocketnotifier.h>
#include <qcoreapplication.h>
#include <qfileinfo.h>
#include <qtimer.h>
#include <qwaitcondition.h>
#include <qmutex.h>
#include <dirent.h>
#include <qdir.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <signal.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>
#include "private/qcore_unix_p.h"
#include "qfilesystemwatcher_dnotify.moc"
Go to the source code of this file.
◆ qfswd_sigio_monitor()
static void qfswd_sigio_monitor |
( |
int |
signum, |
|
|
siginfo_t * |
i, |
|
|
void * |
v |
|
) |
| |
|
static |
◆ qfswd_fileChanged_pipe
int qfswd_fileChanged_pipe[2] |
|
static |
◆ qfswd_old_sigio_action
void(* qfswd_old_sigio_action) (int, siginfo_t *, void *)=0 |
|
static |
◆ qfswd_old_sigio_handler
void(* qfswd_old_sigio_handler) (int)=0 |
|
static |