• 大小: 1.17MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-08-28
  • 语言: 其他
  • 标签: pthreads  win  c++  

资源简介

pthreads-w32-2-9-1-release文件,方便在官网ftp下载不动的人

资源截图

代码片段和文件信息

/*
 * 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  2019-10-27 18:21  LISENCE.txt
     目录           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
............此处省略445个文件信息

评论

共有 条评论