• 大小: 1.2MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-04
  • 语言: 其他
  • 标签: pthreads  

资源简介

window多线程pthreads库,pthreads-w32-2-9-1-release,x64 x86都有,安装很简单,欢迎下载

资源截图

代码片段和文件信息

/*
 * 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  2018-08-21 10:45  pthreads-w32\
     目录           0  2018-08-21 10:45  pthreads-w32\Pre-built.2\
     文件       14328  2012-05-27 14:18  pthreads-w32\Pre-built.2\ANNOUNCE
     文件        6498  2012-05-27 14:18  pthreads-w32\Pre-built.2\BUGS
     文件        5624  2012-05-27 14:18  pthreads-w32\Pre-built.2\CONTRIBUTORS
     文件        5939  2012-05-27 14:18  pthreads-w32\Pre-built.2\COPYING
     文件       26934  2012-05-27 14:18  pthreads-w32\Pre-built.2\COPYING.LIB
     文件      200896  2012-05-27 14:18  pthreads-w32\Pre-built.2\ChangeLog
     文件       18075  2012-05-27 14:18  pthreads-w32\Pre-built.2\FAQ
     文件          99  2012-05-27 14:18  pthreads-w32\Pre-built.2\MAINTAINERS
     文件       43400  2012-05-27 14:18  pthreads-w32\Pre-built.2\NEWS
     文件         142  2012-05-27 14:18  pthreads-w32\Pre-built.2\PROGRESS
     文件       22891  2012-05-27 14:18  pthreads-w32\Pre-built.2\README
     文件        2595  2012-05-27 14:18  pthreads-w32\Pre-built.2\README.Borland
     文件       89774  2012-05-27 14:18  pthreads-w32\Pre-built.2\README.CV
     文件       31865  2012-05-27 14:18  pthreads-w32\Pre-built.2\README.NONPORTABLE
     文件        2349  2012-05-27 14:18  pthreads-w32\Pre-built.2\README.Watcom
     文件         220  2012-05-27 14:18  pthreads-w32\Pre-built.2\README.WinCE
     文件        8046  2012-05-27 14:18  pthreads-w32\Pre-built.2\WinCE-PORT
     目录           0  2018-08-21 10:45  pthreads-w32\Pre-built.2\dll\
     目录           0  2018-08-21 10:45  pthreads-w32\Pre-built.2\dll\x64\
     文件      185976  2012-05-27 15:04  pthreads-w32\Pre-built.2\dll\x64\pthreadGC2.dll
     文件       82944  2012-05-27 14:44  pthreads-w32\Pre-built.2\dll\x64\pthreadVC2.dll
     目录           0  2018-08-21 10:45  pthreads-w32\Pre-built.2\dll\x86\
     文件      119888  2012-05-27 15:11  pthreads-w32\Pre-built.2\dll\x86\pthreadGC2.dll
     文件      121953  2012-05-27 15:11  pthreads-w32\Pre-built.2\dll\x86\pthreadGCE2.dll
     文件       55808  2012-05-27 01:36  pthreads-w32\Pre-built.2\dll\x86\pthreadVC2.dll
     文件       61952  2012-05-27 14:48  pthreads-w32\Pre-built.2\dll\x86\pthreadVCE2.dll
     文件       57344  2012-05-27 14:48  pthreads-w32\Pre-built.2\dll\x86\pthreadVSE2.dll
     目录           0  2018-08-21 10:45  pthreads-w32\Pre-built.2\include\
     文件       43867  2012-05-27 14:18  pthreads-w32\Pre-built.2\include\pthread.h
............此处省略445个文件信息

评论

共有 条评论