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

搜索资源列表

  1. atalk

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

    • 发布日期:2017-04-14
    • 文件大小:3788
    • 提供者:fiucnqq
  1. testpthread

    0下载:
  2. pthread实现二路归并算法的并行化。对1000000个随机生成的0-99之间的数字进行排序。-Pthread implementation of the two way merge algorithm. Sorting the numbers between 1000000 randomly generated 0-99.
  3. 所属分类:CSharp

    • 发布日期:2017-05-31
    • 文件大小:12842193
    • 提供者:李萌萌
  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. pthread

    0下载:
  2. 用C语言编写的并行计算π值的代码,并附多次运算结果的分析和比较-Using C language code for parallel computing π value, along with many of the analysis and comparison of operation results
  3. 所属分类:MPI

    • 发布日期:2017-04-29
    • 文件大小:9298
    • 提供者:lsy
  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. bridge_server

    1下载:
  2. linux下多线程通信,主要是服务端与客户端的通信的socket编程-linux pthread communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-13
    • 文件大小:1917
    • 提供者:wangrong
  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. 3sw(pthread)

    0下载:
  2. 实验要求作到以下几点:  ①构造具有两个参数的子函数,子函数将首个指针参数中的各个元素进行排序,次参数传递的是收参数的元素数目;  ②f2.c:设计具有俩参数的子函数,子函数将二参数值交互;  ③实现主函数,主函数中创建俩线程,线程一定义一个十元素的数组,使用文件f1中定义的函数对数组排列顺序并能够使结果输出;线程2定义俩整形的变量,使用文件f2中定义的函数将二变量的值进行  交互而且要结果输出 -The experimental requiremen
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-30
    • 文件大小:13695
    • 提供者:高安
  1. tow_pthread_printf

    0下载:
  2. 实现linux多线程之间间隔互斥操作的互斥锁和条件变量例子-tow_pthread_printf linux lock pthread pinter something
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-12
    • 文件大小:1305
    • 提供者:w95825565liaob
« 1 2 ... 10 11 12 13 14 1516 »
搜珍网 www.dssz.com