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