摘要:
在建线程池过程当中遇见上图所示错误; 解决方法: Linux中定义: SYNOPSIS #include <pthread.h> void pthread_cleanup_push(void (*routine)(void *),void *arg); void pthread_cleanup_po 阅读全文
摘要:
struct dir_copy path ; sprintf(path.srcdir_path,"%s/%s",src_path,dir->d_name); sprintf(path.destdir_path,"%s/%s",root_dir,path.srcdir_path); printf("file = %s\n",path.srcdir_path); printf("file = %s... 阅读全文