就业培训
下载中心
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