|
PonyPlayer
|
#include <atomicops.h>
Public 类型 | |
| typedef std::make_signed< std::size_t >::type | ssize_t |
Public 成员函数 | |
| AE_NO_TSAN | LightweightSemaphore (ssize_t initialCount=0) |
| bool | tryWait () AE_NO_TSAN |
| bool | wait () AE_NO_TSAN |
| bool | wait (std::int64_t timeout_usecs) AE_NO_TSAN |
| void | signal (ssize_t count=1) AE_NO_TSAN |
| std::size_t | availableApprox () const AE_NO_TSAN |
| typedef std::make_signed<std::size_t>::type moodycamel::spsc_sema::LightweightSemaphore::ssize_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |