NAME
Qt::Core::QWaitCondition
PUBLIC METHODS
- QWaitCondition()
- ~QWaitCondition()
- bool wait(QMutex * mutex, unsigned long time)
- bool wait(QMutex * mutex, unsigned long time = ULONG_MAX)
- bool wait(QReadWriteLock * readWriteLock, unsigned long time)
- bool wait(QReadWriteLock * readWriteLock, unsigned long time = ULONG_MAX)
- void wakeAll()
- void wakeOne()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.