Home
last modified time | relevance | path

Searched refs:QSemaphore (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/dports/devel/qmake/qt-x11-free-3.3.8/src/tools/
H A Dqsemaphore.cpp108 QSemaphore::QSemaphore(int maxcount) in QSemaphore() function in QSemaphore
120 QSemaphore::~QSemaphore() in ~QSemaphore()
133 int QSemaphore::operator++(int) in operator ++()
153 int QSemaphore::operator--(int) in operator --()
172 int QSemaphore::operator+=(int n) in operator +=()
195 int QSemaphore::operator-=(int n) in operator -=()
217 int QSemaphore::available() const in available()
227 int QSemaphore::total() const in total()
240 bool QSemaphore::tryAccess(int n) in tryAccess()
H A Dqsemaphore.h49 class Q_EXPORT QSemaphore
52 QSemaphore( int );
53 virtual ~QSemaphore();
71 QSemaphore(const QSemaphore &);
72 QSemaphore &operator=(const QSemaphore &);
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/corelib/thread/
H A Dqsemaphore.h51 class Q_CORE_EXPORT QSemaphore
54 explicit QSemaphore(int n = 0);
55 ~QSemaphore();
66 Q_DISABLE_COPY(QSemaphore)
78 explicit QSemaphoreReleaser(QSemaphore &sem, int n = 1) noexcept
80 explicit QSemaphoreReleaser(QSemaphore *sem, int n = 1) noexcept
99 QSemaphore *semaphore() const noexcept in semaphore()
102 QSemaphore *cancel() noexcept in cancel()
108 QSemaphore *m_sem = nullptr;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/thread/
H A Dqsemaphore.cpp117 QSemaphore::QSemaphore(int n) in QSemaphore() function in QSemaphore
129 QSemaphore::~QSemaphore() in ~QSemaphore()
139 void QSemaphore::acquire(int n) in acquire()
158 void QSemaphore::release(int n) in release()
172 int QSemaphore::available() const in available()
189 bool QSemaphore::tryAcquire(int n) in tryAcquire()
215 bool QSemaphore::tryAcquire(int n, int timeout) in tryAcquire()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtCore/
H A Dqsemaphore.sip23 class QSemaphore
30 explicit QSemaphore(int n = 0);
31 ~QSemaphore();
39 QSemaphore(const QSemaphore &);
52 QSemaphoreReleaser(QSemaphore *sem, int n = 1);
55 QSemaphore *semaphore() const;
56 QSemaphore *cancel();
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtCore/
H A Dqsemaphore.sip23 class QSemaphore
30 explicit QSemaphore(int n = 0);
31 ~QSemaphore();
39 QSemaphore(const QSemaphore &);
52 QSemaphoreReleaser(QSemaphore *sem, int n = 1);
55 QSemaphore *semaphore() const;
56 QSemaphore *cancel();
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtCore/
H A Dqsemaphore.sip23 class QSemaphore
30 explicit QSemaphore(int n = 0);
31 ~QSemaphore();
39 QSemaphore(const QSemaphore &);
52 QSemaphoreReleaser(QSemaphore *sem, int n = 1);
55 QSemaphore *semaphore() const;
56 QSemaphore *cancel();

12345678910>>...32