摘要: static CFRunLoopRef backgroundRunLoop;static pthread_cond_t cond=PTHREAD_COND_INITIALIZER;static pthread_mutex_t mutex=PTHREAD_MUTEX_INITIALIZER;void releaseContext(void* infoPtr){ CFRelease(infoPtr);}void* retainContext(void* infoPtr){ CFRetain(infoPtr); return infoPtr;}void cancelTheStre... 阅读全文
posted @ 2012-04-05 14:41 eeeyes 阅读(1662) 评论(0) 推荐(0)