资源简介
文文件包含windows底下已经编译好的lib,dll,无需安装只要把相应的头文件,lib文件放到vc头文件,lib文件的根目录下,dll文件放置widows/system32底下,则可以使用该库了
代码片段和文件信息
/*
* attr.c
*
* Description:
* This translation unit agregates operations on thread attribute objects.
* It is used for inline optimisation.
*
* The included modules are used separately when static executable sizes
* must be minimised.
*
* --------------------------------------------------------------------------
*
* Pthreads-win32 - POSIX Threads Library for Win32
* Copyright(C) 1998 John E. Bossom
* Copyright(C) 19992005 Pthreads-win32 contributors
*
* Contact Email: rpj@callisto.canberra.edu.au
*
* The current list of contributors is contained
* in the file CONTRIBUTORS included with the source
* code distribution. The list can also be seen at the
* following World Wide Web location:
* http://sources.redhat.com/pthreads-win32/contributors.html
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2 of the License or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library in the file COPYING.LIB;
* if not write to the Free Software Foundation Inc.
* 59 Temple Place - Suite 330 Boston MA 02111-1307 USA
*/
#include “pthread.h“
#include “implement.h“
#include “pthread_attr_init.c“
#include “pthread_attr_destroy.c“
#include “pthread_attr_getdetachstate.c“
#include “pthread_attr_setdetachstate.c“
#include “pthread_attr_getstackaddr.c“
#include “pthread_attr_setstackaddr.c“
#include “pthread_attr_getstacksize.c“
#include “pthread_attr_setstacksize.c“
#include “pthread_attr_getscope.c“
#include “pthread_attr_setscope.c“
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-05-27 16:10 Pre-built.2\
文件 14328 2012-05-27 14:18 Pre-built.2\ANNOUNCE
文件 6498 2012-05-27 14:18 Pre-built.2\BUGS
文件 200896 2012-05-27 14:18 Pre-built.2\ChangeLog
文件 5624 2012-05-27 14:18 Pre-built.2\CONTRIBUTORS
文件 5939 2012-05-27 14:18 Pre-built.2\COPYING
文件 26934 2012-05-27 14:18 Pre-built.2\COPYING.LIB
目录 0 2012-05-27 01:31 Pre-built.2\dll\
目录 0 2012-05-27 15:10 Pre-built.2\dll\x64\
文件 185976 2012-05-27 15:04 Pre-built.2\dll\x64\pthreadGC2.dll
文件 82944 2012-05-27 14:44 Pre-built.2\dll\x64\pthreadVC2.dll
目录 0 2012-05-27 15:12 Pre-built.2\dll\x86\
文件 119888 2012-05-27 15:11 Pre-built.2\dll\x86\pthreadGC2.dll
文件 121953 2012-05-27 15:11 Pre-built.2\dll\x86\pthreadGCE2.dll
文件 55808 2012-05-27 01:36 Pre-built.2\dll\x86\pthreadVC2.dll
文件 61952 2012-05-27 14:48 Pre-built.2\dll\x86\pthreadVCE2.dll
文件 57344 2012-05-27 14:48 Pre-built.2\dll\x86\pthreadVSE2.dll
文件 18075 2012-05-27 14:18 Pre-built.2\FAQ
目录 0 2012-05-26 21:43 Pre-built.2\include\
文件 43867 2012-05-27 14:18 Pre-built.2\include\pthread.h
文件 4995 2011-06-29 11:06 Pre-built.2\include\sched.h
文件 4563 2011-05-29 15:56 Pre-built.2\include\semaphore.h
目录 0 2012-05-26 21:40 Pre-built.2\lib\
目录 0 2012-05-27 15:10 Pre-built.2\lib\x64\
文件 93692 2012-05-27 15:04 Pre-built.2\lib\x64\libpthreadGC2.a
文件 29738 2012-05-27 14:44 Pre-built.2\lib\x64\pthreadVC2.lib
目录 0 2012-05-27 15:12 Pre-built.2\lib\x86\
文件 93480 2012-05-27 15:11 Pre-built.2\lib\x86\libpthreadGC2.a
文件 93486 2012-05-27 15:11 Pre-built.2\lib\x86\libpthreadGCE2.a
文件 30334 2012-05-27 01:36 Pre-built.2\lib\x86\pthreadVC2.lib
文件 30460 2012-05-27 14:48 Pre-built.2\lib\x86\pthreadVCE2.lib
............此处省略444个文件信息
相关资源
- pthread windows的库
- Programming with POSIX Threads 英文PDF版
- libwinpthread-1.dll.rar
- pthreads-w32-2-7-0-release
- pthreads-w32-2-8-0-release.exe
- windows下可用的pthread库
- pthread多线程计算pi
- pthread+多线程编程技术.pdf
- 理发师问题Linux,c
- libpthread.so
- zw_pthreads-w32-2-9-1-release.zip
- windows VS2010编译最新pthreads-w32-2-9-1静态
- Pthread多线程并行实现桶排序
- 并行pthread求π算法
- Pthread多线程编程指南
- pthreadVC2.dll
评论
共有 条评论