书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 12326 个相关结果.
  • thread-local

    thread-local问题 gcc4下的errno问题 本页说明bthread下使用pthread-local可能会导致的问题。bthread-local的使用方法见这里 。 thread-local问题 调用阻塞的bthread函数后,所在的pthread很可能改变,这使pthread_getspecific ,gcc __thread 和...
  • 18.4 thread模块

    18.4 thread模块 18.4 thread模块 我们先看看thread模块都提供了些什么。除了产生线程外,thread模块也提供了基本的同步数据结构锁对象(lock object,也叫原语锁、简单锁、互斥锁、互斥量、二值信号量)。如之前所说,同步原语与线程的管理是密不可分的。 表18.1中所列的是常用的线程函数以及LockType类型的锁对...
  • CAT thread pool

    CAT thread pool Example Path and HTTP methods URL parameters Response CAT thread pool Introduced 1.0 The CAT thread pool operation lists the active, queued, and rejected t...
  • thread-local

    thread-local thread-local问题 gcc4下的errno问题 thread-local thread-local问题。 本页说明bthread下使用pthread-local可能会导致的问题。bthread-local的使用方法见这里 。 thread-local问题 调用阻塞的bthread函数后,所在的pthread...
  • Thread 编译指示

    Thread 编译指示 Thread 编译指示 出于可读性的考虑,作为新线程执行的程序应该用 thread 编译指示进行标记。 编译器会检查是否违反了 no heap sharing restriction “无堆共享限制”: 这个限制的意思是,由来自不同的(线程本地)堆上的内存所组成的数据结构是无效的。 线程过程可以被传递给 createThre...
  • CAT thread pool

    CAT thread pool Example Path and HTTP methods URL parameters Response CAT thread pool Introduced 1.0 The CAT thread pool operation lists the active, queued, and rejected t...
  • _dummy_thread —- _thread 的替代模块

    _dummy_thread —- _thread 的替代模块 _dummy_thread —- _thread 的替代模块 源代码: Lib/_dummy_thread.py 3.7 版后已移除: Python 现在总是会启用多线程。请改用 _thread (或者用 threading 更好)。 这个模块提供与 _thread 相...
  • CAT thread pool

    CAT thread pool Example Path and HTTP methods URL parameters Response CAT thread pool Introduced 1.0 The CAT thread pool operation lists the active, queued, and rejected th...
  • CAT thread pool

    CAT thread pool Example Path and HTTP methods URL parameters Response CAT thread pool Introduced 1.0 The CAT thread pool operation lists the active, queued, and rejected th...
  • Thread Pool Strategy

    Thread Pool Strategy CPU Resource Strategy Single Thread Strategy Thread Pool Strategy CPU Resource Strategy Type: CPU Use CPU available processors * 2 to create thread po...