• 客户数据超时配置,客户端停止数据,超时时间断开相应连接默认是60秒

    If the client stops reading data, free up the stale client connection after this much time. Default 60.

    youdao

  • 如果超时之前线程唤醒,pthread_cond _ timedwait返回0

    If the reader thread is awakened before the timeout, the return value from pthread_cond_timedwait will be 0.

    youdao

  • 如果超时时间段结束时还没有唤醒线程需要唤醒自身释放互斥锁。

    If not awake otherwise, at the end of the timeout, the reader needs to wake itself up and release the mutex.

    youdao

  • 接下来线程需要确保(第二检查)等待条件变量时间超过指定超时时间

    Next, the reader thread needs to ensure (and this is the second check you perform) that it does not wait on the condition variable any more than the specified timeout period.

    youdao

  • 接下来线程需要确保(第二检查)等待条件变量时间超过指定超时时间

    Next, the reader thread needs to ensure (and this is the second check you perform) that it does not wait on the condition variable any more than the specified timeout period.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定