![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsemaphore.h>
Public Member Functions | |
Q_NODISCARD_CTOR | QSemaphoreReleaser ()=default |
Q_NODISCARD_CTOR | QSemaphoreReleaser (QSemaphore &sem, int n=1) noexcept |
Q_NODISCARD_CTOR | QSemaphoreReleaser (QSemaphore *sem, int n=1) noexcept |
Q_NODISCARD_CTOR | QSemaphoreReleaser (QSemaphoreReleaser &&other) noexcept |
~QSemaphoreReleaser () | |
void | swap (QSemaphoreReleaser &other) noexcept |
QSemaphore * | semaphore () const noexcept |
QSemaphore * | cancel () noexcept |
Definition at line 65 of file qsemaphore.h.
|
default |
|
inlineexplicitnoexcept |
Definition at line 71 of file qsemaphore.h.
|
inlineexplicitnoexcept |
Definition at line 74 of file qsemaphore.h.
|
inlinenoexcept |
Definition at line 77 of file qsemaphore.h.
|
inline |
Definition at line 81 of file qsemaphore.h.
|
inlinenoexcept |
Definition at line 96 of file qsemaphore.h.
|
inlinenoexcept |
Definition at line 93 of file qsemaphore.h.
|
inlinenoexcept |
Definition at line 87 of file qsemaphore.h.