Home
last modified time | relevance | path

Searched refs:deathPipe (Results 1 – 25 of 26) sorted by relevance

12

/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqprocess_symbian.cpp110 int deathPipe);
133 int deathPipe; member in QProcessActive
350 int deathPipe) in construct() argument
364 newInstance->deathPipe = deathPipe; in construct()
396 qt_native_write(deathPipe, "", 1); in start()
421 qt_native_write(deathPipe, "", 1); in RunL()
730 process->d_func()->deathPipe[1]); in add()
801 qt_create_pipe(deathPipe); in startProcess()
803 deathNotifier = new QSocketNotifier(deathPipe[0], in startProcess()
814 ::fcntl(deathPipe[0], F_SETFL, ::fcntl(deathPipe[0], F_GETFL) | O_NONBLOCK); in startProcess()
[all …]
H A Dqprocess_unix.cpp170 int deathPipe; member
320 info->deathPipe = process->d_func()->deathPipe[1]; in add()
743 ::fcntl(deathPipe[0], F_SETFL, ::fcntl(deathPipe[0], F_GETFL) | O_NONBLOCK); in startProcess()
1099 int nfds = deathPipe[0]; in waitForReadyRead()
1100 FD_SET(deathPipe[0], &fdread); in waitForReadyRead()
1146 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForReadyRead()
1171 int nfds = deathPipe[0]; in waitForBytesWritten()
1172 FD_SET(deathPipe[0], &fdread); in waitForBytesWritten()
1212 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForBytesWritten()
1277 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForFinished()
[all …]
H A Dqprocess.cpp786 deathPipe[0] = INVALID_Q_PIPE; in QProcessPrivate()
787 deathPipe[1] = INVALID_Q_PIPE; in QProcessPrivate()
872 destroyPipe(deathPipe); in cleanup()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/tools/qprocess/
H A Dk3bqprocess_unix.cpp233 int deathPipe; member
380 info->deathPipe = process->d_func()->deathPipe[1]; in add()
629 qt_create_pipe(deathPipe); in startProcess()
770 ::fcntl(deathPipe[0], F_SETFL, ::fcntl(deathPipe[0], F_GETFL) | O_NONBLOCK); in startProcess()
1022 FD_SET(deathPipe[0], &fdread); in waitForReadyRead()
1062 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForReadyRead()
1098 FD_SET(deathPipe[0], &fdread); in waitForBytesWritten()
1131 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForBytesWritten()
1166 FD_SET(deathPipe[0], &fdread); in waitForFinished()
1197 if (deathPipe[0] == -1 || FD_ISSET(deathPipe[0], &fdread)) { in waitForFinished()
[all …]
H A Dk3bqprocess_p.h174 Q_PIPE deathPipe[2]; variable
H A Dk3bqprocess.cpp424 deathPipe[0] = INVALID_Q_PIPE; in K3bQProcessPrivate()
425 deathPipe[1] = INVALID_Q_PIPE; in K3bQProcessPrivate()
509 destroyPipe(deathPipe); in cleanup()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/forkfd/
H A Dforkfd.c131 int deathPipe; member
293 entry->deathPipe = -1; in freeInfo()
304 EINTR_LOOP(ret, write(entry->deathPipe, payload, sizeof(*payload))); in notifyAndFreeInfo()
305 EINTR_LOOP(ret, close(entry->deathPipe)); in notifyAndFreeInfo()
720 info->deathPipe = death_pipe[1]; in forkfd()
808 info->deathPipe = death_pipe[1]; in spawnfd()

12