摘要: mutex:为了保护条件变量而存在的; cond:为了线程通信而存在的。 整个机制都是为了保护条件变量和线程间通信而存在的。 pthread_cond_wait()函数一进入wait状态就会自动release mutex pthread_cond_wait() 一旦wait成功获得cond 条件的时 阅读全文
posted @ 2017-06-20 19:16 zzfx 阅读(164) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u013234805/article/details/24796551 Futex是fast userspacemutex的缩写,意思是快速用户空间互斥体。它由HubertusFranke,MatthewKirkwood,IngoMolnar和RustyRu 阅读全文
posted @ 2017-06-20 18:35 zzfx 阅读(601) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/content/documentation/Cocoa/Conceptual/KeyValueCoding/DataTypes.html The default implementation of the key-value c 阅读全文
posted @ 2017-06-20 17:09 zzfx 阅读(164) 评论(0) 推荐(0) 编辑