就業培訓
下載中心
Wiki
聯絡
登錄
注冊
首頁
Qt 6.5.1
Qt Core
C++ 類
QSemaphore
List of All Members for QSemaphore
這是完整成員列錶為
QSemaphore
,包括繼承的成員。
QSemaphore
(int)
~QSemaphore
()
acquire
(int)
available
() const : int
release
(int)
tryAcquire
(int) : bool
tryAcquire
(int, int) : bool
tryAcquire
(int, std::chrono::duration<Rep, Period>) : bool
try_acquire
() : bool
try_acquire_for
(const std::chrono::duration<Rep, Period> &) : bool
try_acquire_until
(const std::chrono::time_point<Clock, Duration> &) : bool