go top

critical section
[ˈkrɪtɪkl ˈsekʃn]

  • 临界区:在编程中访问共享资源的一段代码,这段代码不能同时被多个执行线程访问。

网络释义专业释义英英释义

  [计] 临界区

4)临界区critical section):从程序代码的角度来控制线程的并发性,要在程序的并发性和复杂性之间进行平衡

基于2463个网页-相关网页

  临界段

临界段(Critical Sections)是一种保证在某一时刻只有一个线程能够访问共享数据的简便方法,只能被使用在一个进程内的线程间进行通信。

基于790个网页-相关网页

  临界区域

临界区域(critical section),解决竞态的根本途径就是对临界区的互斥访问,方法主要有中断屏蔽、原子操作、自旋锁、信号量、互斥体。

基于278个网页-相关网页

  关键部分

4.4 同步(Synchronization)和关键部分(Critical Sections)

基于188个网页-相关网页

短语

critical section detail 临界段

critical l section 临界段 ; 关键部分 ; 临界区

  • 临界区域
    临界区段
    临界段
    关键区段
    临界区
    紧要区段
  • 危险断面
  • 关键区段
    关键段
    关键代码段
    关键路段
  • 临界区
  • 横切面

·2,447,543篇论文数据,部分数据来源于NoteExpress

Critical section

  • abstract: In concurrent programming, a critical section is a piece of code that accesses a shared resource (data structure or device) that must not be concurrently accessed by more than one thread of execution. A critical section will usually terminate in fixed time, and a thread, task, or process will have to wait for a fixed time to enter it (aka bounded waiting).

以上来源于: WordNet

双语例句原声例句权威例句

  • Let the critical section of code complete its job.

    使代码关键部分完成工作

    youdao

  • Atomic means that the critical section is contained within the API function.

    原子意味着临界包含api函数中。

    youdao

  • Make sure this copying happens inside the critical section by holding a spinlock.

    确保这个拷贝一个具有自旋锁临界区中发生的。

    youdao

更多双语例句
  • We'll think about it in section, how you don't need to vaccinate everybody, but you just need to vaccinate a critical number in order to stop the disease from progressing through a community.

    我们在讨论会上讲这个,为什么不需要给每个人都接种,但你只需要让接种人数达到一个临界值,就能阻止这个疾病在社会中传播

    耶鲁公开课 - 生物医学工程探索课程节选

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

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

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