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

搜索资源列表

  1. qcom-prng

    0下载:
  2. An MCS like lock especially tailored for optimistic spinning for sleeping lock implementations (mutex, rwsem, etc).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:2233
    • 提供者:jnzunxie
  1. utxfmutex

    0下载:
  2. DEscr iptION: Get an AML mutex object. The mutex node is pointed to by Handle:Pathname. Either Handle or Pathname can be NULL, but not both.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2044
    • 提供者:tieferfk
  1. queue

    0下载:
  2. This file implements a single-producer single-consumer queue, using a mutex and a condition variable.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2096
    • 提供者:jdbatue
  1. mutex

    0下载:
  2. Threads compatibility routines for libgcc2 and libobjc.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-30
    • 文件大小:7693
    • 提供者:konshsei
  1. profiler_trace

    0下载:
  2. Revisit this to see if we can decrease mutex spans.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:5329
    • 提供者:songqhxie
  1. mutex-xchg

    0下载:
  2. bridge-specific defines for netfilter.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1700
    • 提供者:laznrai
  1. mutex-xchg

    0下载:
  2. TODO: remove test in final version. -TODO: remove test in final version.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:4619
    • 提供者:runknkw
  1. mutex-xchg

    0下载:
  2. Include most of the gcc settings.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1348
    • 提供者:diutangbp
  1. rsContext

    0下载:
  2. Library mutex (for providing thread-safe calls the runtime). -Library mutex (for providing thread-safe calls the runtime).
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:2677
    • 提供者:hhxufong
  1. lib_mutex_linux

    0下载:
  2. Implementation of the mutex library over the Linux API.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1078
    • 提供者:jwljsie
  1. SkPixelRef

    0下载:
  2. must be a power-of-2. undef to just use 1 mutex.atomic_inc might be overkill here. It may be fine if once in a while we hit a race-condition and two subsequent calls get the same index.. -must be a power-of-2. undef to just use 1 mutex.atomic_inc m
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7395
    • 提供者:ciuqyrg
  1. mutex

    0下载:
  2. TI公司C6000的DSP BIOS 信号量管理例程,对做TI C6000开发有特别重要的作用-C6000 DSP BIOS TI signal management routines, the development of C6000 TI to do a particularly important role
  3. 所属分类:DSP program

    • 发布日期:2017-04-29
    • 文件大小:383851
    • 提供者:Fu
  1. Pipe

    0下载:
  2. write() is not multi-thread safe w.r.t. itself, so no mutex or atomic op needed to read mRear size_t rear = mRear & (mMaxFrames - 1) .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:saimzgw
  1. fstream_header_test

    0下载:
  2. Without mutex, will be not be thread safe.A PoolDiscardableMemory is a SkDiscardableMemory that relies on a DiscardableMemoryPool object to manage the memory.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3774
    • 提供者:gunnvyd
  1. www

    1下载:
  2. 基于s5pc100-A8板的智能仓储物联系统,1. M0作为前端信息采集器,通过温湿度、光感等模块实时采集节点所在仓库的环境数据,通过RFID射频刷卡模拟货物出入库,将采集到的数据和货物存储信息通过ZIGBEE无线传输给A8主控板进行数据分析。 2. A8是整个系统的逻辑处理核心,采用多线程架构,线程间使用全局变量、互斥锁、条件变量实现线程同步、互斥、唤醒等动作;分析M0发送来的数据,唤醒相应线程进行短信报警、摄像头抓拍、蜂鸣器、LED灯光报警、出入库等动作,并将数据存入数据库中; 3.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-14
    • 文件大小:3402822
    • 提供者:zhb
  1. POSIX-Threads-Programming_Modified_07_03_2015

    0下载:
  2. Tutorial Using LLNL s Supercomputers workshop. (Modified: 07/03/2015) Parallel programming with threads. Introduction to concepts, motivations, and design considerations for using Pthreads. Thread Management, Mutex Variables,Condition Variabl
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:354143
    • 提供者:Alex Z
  1. cam_semaphore

    0下载:
  2. Implement semaphore with mutex and conditional variable. Reason being, POSIX semaphore on Android are not used or well tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-12
    • 文件大小:1306
    • 提供者:vongkingdang
  1. SkEvent

    0下载:
  2. call outside of us holding the mutex.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6195
    • 提供者:verhanban
  1. msg_q

    0下载:
  2. Mutex for exclusive access to message queue.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4449
    • 提供者:rnmlwy
  1. pointer-arithmetic

    0下载:
  2. template <class Mutex> class unique lock .
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2251
    • 提供者:rfnvban
« 1 2 ... 20 21 22 23 24 2526 27 28 29 »
搜珍网 www.dssz.com