书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 13167 个相关结果.
  • Pipeline Execution Model

    TiFlash Pipeline Execution Model Design and implementation TiFlash Pipeline Execution Model This document introduces the TiFlash pipeline execution model. Starting from v7.2.0...
  • Concurrency

    Concurrency Spawning Concurrent Tasks Channels Syntax and Usage Channel Select Special Channel Features Shared Objects Concurrency Spawning Concurrent Tasks V’s model of ...
  • 12.27

    12.27 FILE * fpin , * fpout ; fpin = fdopen ( sockfd , "r" ); fpout = fdopen ( sockfd , "w" ); // read and write fclose ( fpin ); fclose ( fpout ); ...
  • Scopes and Threading

    Scopes and Threading Introduction Accessing the Current Active Span Moving a span between threads Scopes and Threading Introduction In any given thread there is an “active...
  • 互斥

    互斥 互斥 有时两个或多个线程可能都需要访问某种全局资源。由于全局资源的当前状态可能被一个线程修改,并且该修改的值在被某个其它线程使用时可能是不可预测的,因此这可能产生错误的结果。举一个简单的例子,看看这段代码: no_mutex.rb $i = 0 a = Thread . new { 1000000.ti...
  • Semaphore

    Semaphore Description Tutorials Methods Method Descriptions Up to date This page is up to date for Godot 4.1 . If you still find outdated information, please open an issue ...
  • Pipeline Execution Engine

    Principle Usage Query Load The goal of pipeline execution engine is to replace the current execution engine of Doris’s volcano model, fully release the computing power of mult...
  • Isolation

    Isolation Isolation The third reason listed for using transactions was isolation. Consider an application suite in which multiple threads of control (multiple processes or thre...
  • 使用GDB调试Python程序

    2083 2020-01-31 《Python语言小册》
    使用GDB调试Python程序 准备 运行 堆栈查看 线程查看 下一步 参考文献 使用GDB调试Python程序 最近用在开发一个 agent 程序,需要支持 Linux 、 FreeBSD 及 Windows 等操作系统。复杂的机器环境,导致一系列诡异问题,尽管代码发布前在不少测试机上验证过。 Python 程序吐 coredump...
  • Variables

    Variables Container Level Variables Static Local Variables Thread Local Variables Local Variables Variables A variable is a unit of Memory storage. Variables are never al...