CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - pthread

搜索资源列表

  1. fileext

    0下载:
  2. Helper macros to avoid a function call when you know that fp is not NULL. Notice that we keep _FLOCK_INIT() fast by slightly breaking our pthread encapsulation.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1396
    • 提供者:sbmbnl
  1. _pthread_alloc

    0下载:
  2. Pthread-specific allocator.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3216
    • 提供者:fnhiuser
  1. maybe_threads

    0下载:
  2. Some wrappers for pthread functions so that we can be LD_PRELOADed against non-pthreads apps.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1193
    • 提供者:niuczqan
  1. cxa_exception_storage

    0下载:
  2. In general, we treat all pthread errors as fatal.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1288
    • 提供者:njlhfang
  1. __wmmintrin_pclmul

    0下载:
  2. Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6475
    • 提供者:cenqantv
  1. remove_const

    0下载:
  2. Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6024
    • 提供者:cenqantv
  1. Gr1DKernelEffect

    0下载:
  2. POSIX threads specific definitions. Easy, since the interface is just one-to-one mapping.Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6276
    • 提供者:vunhwei
  1. test-mem

    0下载:
  2. on HP-UX 11, this one contradicts with pthread.h on pthread_atfork, unless we unset this.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4548
    • 提供者:xavouyf
  1. smb_mount

    0下载:
  2. This class is a simple wrapper around a pthread Windows thread that creates and runs a PPAPI message loop on that thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2464
    • 提供者:hinkieyx
  1. e_log10

    0下载:
  2. pthread s id for the thread.the kernel s id for the thread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4133
    • 提供者:hgktpai
  1. pthread

    0下载:
  2. Descr iption: This translation unit agregates pthreads-win32 translation units. It is used for inline optimisation of the library, maximising for speed at the expense of size.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:xiuqzdk
  1. _pthread_alloc

    0下载:
  2. Pthread-specific allocator.Return a recycled or new per thread state.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5818
    • 提供者:pqqrdu
  1. HW2_102062342

    0下载:
  2. pthread作業系統multithread sorting
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:887
    • 提供者:蔡承宏
  1. SkBlitRow_opts_mips_dsp

    0下载:
  2. should we use forceCreateTheSlot to potentially skip calling pthread once and just return NULL if we ve never been called with forceCreateTheSlot Source Code for Linux v2.13.6. -should we use forceCreateTheSlot to potentially skip calling pthread o
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7017
    • 提供者:msjxqq
  1. pthread

    0下载:
  2. 嵌入式Linux 系统下关于线程应用的例程,有助于在编写多线程软件提供参考-Embedded Linux system on the thread application routines, help in the preparation of multi-threaded software to provide reference
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:594
    • 提供者:
  1. semprod_consu

    0下载:
  2. 基于信号量机制和Pthread实现的生产者消费者模型。-The producer consumer model based on the mechanism of the signal quantity and the realization of Pthread.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:714
    • 提供者:吴羽伦
  1. pthread

    1下载:
  2. 多线程编程,适合初学者深入了解多线程原理。-Multi-threaded programming, suitable for beginners to understand the principles of multi-threading.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:1916133
    • 提供者:曾小贤
  1. pthread-master

    0下载:
  2. 模拟多线程之间信号量交互,适用于linux平台,采用c语言(semaphore interaction between multiple threads)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-18
    • 文件大小:5120
    • 提供者:ExcaliburZH
  1. 3

    0下载:
  2. 编写自定义的消息队列 该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类)(UESTC LINUX LiLin Homework 3)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-04
    • 文件大小:39936
    • 提供者:严攀
  1. pthread

    0下载:
  2. linux下支持多线程并发任务,线程池代码(Support multithreading concurrent tasks under Linux, thread pool code)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:songxy
« 1 2 3 4 5 6 78 »
搜珍网 www.dssz.com