mutex lock中文,mutex lock的意思,mutex lock翻译及用法

2025-09-08 02:53 浏览次数 8

mutex lock

互斥锁

mutex lock 例句

英汉例句

  • doing so awakens all the reader threads that were waiting on the condition variable _cond; the reader threads now implicitly compete for the mutex lock as and when it is released.

    这么做会唤醒所有等待条件变量 _cond的读线程;读线程现在隐式地争夺互斥锁。

  • the mutex lock and conditional variables in the data processing of multithread are stated.

    重点论述了多线程数据处理方法中的互斥锁和条件变量。

  • ezra was also able to speed up rails' request handling and saving some memory by simplifying the code and moving parts out of the big mutex lock around the request processing.

    erza同时也简化了rails的部分代码并移除了包裹在请求处理代码之外的大互斥锁,这些工作提高了rails处理请求的速度并节约了部分内存。

相关热词