摘要: 1#include2#include3#include45pthread_mutex_tmutex;6pthread_cond_tcond_full;7pthread_cond_tcond_empty;89intg_iBufSize=0;1011void*thread_producer(void*a... 阅读全文
posted @ 2015-04-12 23:52 Ghost_zhao 阅读(858) 评论(0) 推荐(0) 编辑
摘要: 代码:CXX:=g++CFLAGS:=-gTARGET:=xxx.exeSRCS:=$(wildcard*.cpp)OBJS:=$(patsubst%cpp,%o,$(SRCS))all:$(TARGET)%.o:%.cpp$(CXX)$(CFLAGS)-c$<$(TARGET):$(OBJS)$(... 阅读全文
posted @ 2015-04-12 23:50 Ghost_zhao 阅读(2238) 评论(0) 推荐(0) 编辑