码迷,mamicode.com
首页 >  
搜索关键字:atomic    ( 968个结果
关于java.util.concurrent.atomic.*包下面的线程问题
关于java.util.concurrent.atomic.*包下面的线程问题...
分类:编程语言   时间:2014-06-05 12:24:30    阅读次数:212
编译GraphLab出错
/src/graphlab-master/deps/local/include/boost/atomic/atomic.hpp:166:16: error: ‘uintptr_t’ was not declared in this scope typedef atomic atomic_uintpt...
分类:其他好文   时间:2014-05-31 11:53:03    阅读次数:345
TI C66x DSP硬件信号量 - 3(Direct Semaphore)
Direct request is the simplest method used to request a semaphore. The request behaves as an atomic read and set operation. The result of a request is either to grant the semaphore to the requesting...
分类:其他好文   时间:2014-05-22 17:21:38    阅读次数:517
Java Concurrency In Practice -Chapter 2 Thread Safety
This post introduces the challenge and related solution (Atomic, Locks) on Thread Safety.
分类:编程语言   时间:2014-05-17 21:09:33    阅读次数:500
关于synchronized和lock 的使用及其在线程间的通信
题目要求:子线程循环10次,接着主线程循环100次,接着又回到子线程循环10次,接着再回到主线程又循环100,如此循环50次synchronized的使用import java.util.concurrent.atomic.AtomicInteger;public class Traditional...
分类:编程语言   时间:2014-05-16 04:54:15    阅读次数:312
黑马程序员 内存管理之proterty,autorelease
#import @interface Person : NSObject{ Book * _book; int _age;}/* oc对象 1.@property能制动生成setter和getter方法 2.retain告诉编译器自动生成setter里的retain 3.atomic:低性能(默认情...
分类:其他好文   时间:2014-05-08 18:33:51    阅读次数:303
c++ stl atomic_flag 例子
Author:DriverMonkey Mail:bookworepeng@Hotmail.com Phone:13410905075 QQ:196568501 测试环境:Win7 64 bit 编译器:gcc 4.81 测试代码- /*************************************************...
分类:编程语言   时间:2014-05-05 21:22:48    阅读次数:358
Oracle core03_ACID
ACID特性oracle如何使用undo和redo来保证了关系数据库的ACID特性。 ACID的特性简单描述为:Atomic:以事务为单位的原子性Consistency:保证数据一致性Isolation:不同事务之间的隔离性,未提交的事务对其它会话是不可见的Durablity:提交的事务在系统失败的...
分类:数据库   时间:2014-04-28 02:40:43    阅读次数:694
968条   上一页 1 ... 95 96 97
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!