摘要: download and install:http://subclipse.tigris.org/servlets/ProjectProcess?pageID=p4wYuAclient setup:http://ist.berkeley.edu/as-ag/tools/howto/subclipse-setup.html————————————————————————————————————————————————————————————————————Subclipse Eclipse plugin (v1.8.x) requires SVN/JavaHL 1.7.x 的问题:The mos 阅读全文
posted @ 2013-03-04 17:21 Bigben 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 简介:相关的函数如下:1 int pthread_cond_init(pthread_cond_t *cond,pthread_condattr_t *cond_attr); 2 int pthread_cond_wait(pthread_cond_t *cond,pthread_mutex_t *mutex);3 int pthread_cond_timewait(pthread_cond_t *cond,pthread_mutex *mutex,const timespec *abstime);4 int pthread_cond_destroy(pthread_cond_t *c... 阅读全文
posted @ 2013-03-04 17:10 Bigben 阅读(1043) 评论(0) 推荐(0) 编辑