CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 进程与线程

文件名称:pthread

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2012-09-04
  • 文件大小:
    725.78kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

pthread 源码,包括在win32和windows mobile ;采用VS 2008编译器-pthread source, including win32 and windows mobile; compiled by visual studio 2008
(系统自动生成,下载前可以参看下载内容)

下载文件列表

pthread.sln
pthread/pthread.vcproj
Sources/ANNOUNCE
Sources/attr.c
Sources/barrier.c
Sources/Bmakefile
Sources/BUGS
Sources/builddmc.bat
Sources/cancel.c
Sources/ChangeLog
Sources/cleanup.c
Sources/condvar.c
Sources/config.h
Sources/CONTRIBUTORS
Sources/COPYING
Sources/COPYING.LIB
Sources/create.c
Sources/dll.c
Sources/errno.c
Sources/exit.c
Sources/FAQ
Sources/fork.c
Sources/global.c
Sources/GNUmakefile
Sources/implement.h
Sources/MAINTAINERS
Sources/Makefile
Sources/manual/ChangeLog
Sources/manual/index.html
Sources/manual/PortabilityIssues.html
Sources/manual/pthreadCancelableWait.html
Sources/manual/pthread_attr_init.html
Sources/manual/pthread_attr_setstackaddr.html
Sources/manual/pthread_attr_setstacksize.html
Sources/manual/pthread_barrierattr_init.html
Sources/manual/pthread_barrierattr_setpshared.html
Sources/manual/pthread_barrier_init.html
Sources/manual/pthread_barrier_wait.html
Sources/manual/pthread_cancel.html
Sources/manual/pthread_cleanup_push.html
Sources/manual/pthread_condattr_init.html
Sources/manual/pthread_condattr_setpshared.html
Sources/manual/pthread_cond_init.html
Sources/manual/pthread_create.html
Sources/manual/pthread_delay_np.html
Sources/manual/pthread_detach.html
Sources/manual/pthread_equal.html
Sources/manual/pthread_exit.html
Sources/manual/pthread_getw32threadhandle_np.html
Sources/manual/pthread_join.html
Sources/manual/pthread_key_create.html
Sources/manual/pthread_kill.html
Sources/manual/pthread_mutexattr_init.html
Sources/manual/pthread_mutexattr_setpshared.html
Sources/manual/pthread_mutex_init.html
Sources/manual/pthread_num_processors_np.html
Sources/manual/pthread_once.html
Sources/manual/pthread_rwlockattr_init.html
Sources/manual/pthread_rwlockattr_setpshared.html
Sources/manual/pthread_rwlock_init.html
Sources/manual/pthread_rwlock_rdlock.html
Sources/manual/pthread_rwlock_timedrdlock.html
Sources/manual/pthread_rwlock_timedwrlock.html
Sources/manual/pthread_rwlock_unlock.html
Sources/manual/pthread_rwlock_wrlock.html
Sources/manual/pthread_self.html
Sources/manual/pthread_setcancelstate.html
Sources/manual/pthread_setcanceltype.html
Sources/manual/pthread_setconcurrency.html
Sources/manual/pthread_setschedparam.html
Sources/manual/pthread_spin_init.html
Sources/manual/pthread_spin_lock.html
Sources/manual/pthread_spin_unlock.html
Sources/manual/pthread_timechange_handler_np.html
Sources/manual/pthread_win32_attach_detach_np.html
Sources/manual/pthread_win32_test_features_np.html
Sources/manual/sched_getscheduler.html
Sources/manual/sched_get_priority_max.html
Sources/manual/sched_setscheduler.html
Sources/manual/sched_yield.html
Sources/manual/sem_init.html
Sources/misc.c
Sources/mutex.c
Sources/need_errno.h
Sources/NEWS
Sources/Nmakefile
Sources/Nmakefile.tests
Sources/nonportable.c
Sources/private.c
Sources/PROGRESS
Sources/pthread.aps
Sources/pthread.c
Sources/pthread.dsp
Sources/pthread.dsw
Sources/pthread.h
Sources/pthread.rc
Sources/pthread_attr_destroy.c
Sources/pthread_attr_getdetachstate.c
Sources/pthread_attr_getinheritsched.c
Sources/pthread_attr_getschedparam.c
Sources/pthread_attr_getschedpolicy.c
Sources/pthread_attr_getscope.c
Sources/pthread_attr_getstackaddr.c
Sources/pthread_attr_getstacksize.c
Sources/pthread_attr_init.c
Sources/pthread_attr_setdetachstate.c
Sources/pthread_attr_setinheritsched.c
Sources/pthread_attr_setschedparam.c
Sources/pthread_attr_setschedpolicy.c
Sources/pthread_attr_setscope.c
Sources/pthread_attr_setstackaddr.c
Sources/pthread_attr_setstacksize.c
Sources/pthread_barrierattr_destroy.c
Sources/pthread_barrierattr_getpshared.c
Sources/pthread_barrierattr_init.c
Sources/pthread_barrierattr_setpshared.c
Sources/pthread_barrier_destroy.c
Sources/pthread_barrier_init.c
Sources/pthread_barrier_wait.c
Sources/pthread_cancel.c
Sources/pthread_condattr_destroy.c
Sources/pthread_condattr_getpshared.c
Sources/pthread_condattr_init.c
Sources/pthread_condattr_setpshared.c
Sources/pthread_cond_destroy.c
Sources/pthread_cond_init.c
Sources/pthread_cond_signal.c
Sources/pthread_cond_wait.c
Sources/pthread_delay_np.c
Sources/pthread_detach.c
Sources/pthread_equal.c
Sources/pthread_exit.c
Sources/pthread_getconcurrency.c
Sources/pthread_getschedparam.c
Sources/pthread_getspecific.c
Sources/pthread_getw32threadhandle_np.c
Sources/pthread_join.c
Sources/pthread_key_create.c
Sources/pthread_key_delete.c
Sources/pthread_kill.c
Sources/pthread_mutexattr_destroy.c
Sources/pthread_mutexattr_getkind_np.c
Sources/pthread_mutexattr_getpshared.c
Sources/pthread_mutexattr_gettype.c
Sources/pthread_mutexattr_init.c
Sources/pthread_mutexattr_setkind_np.c
Sources/pthread_mutexattr_setpshared.c
Sources/pthread_mutexattr_settype.c
Sources/pthread_mutex_destroy.c
Sources/pthread_mutex_init.c
Sources/pthread_mutex_lock.c
Sources/pthread_mutex_timedlock.c
Sources/pthread_mutex_trylock.c
Sources/pthread_mutex_unlock.c
Sources/pthread_num_processors_np.c
Sources/pthread_once.c
Sources/pthread_once.x
Sources/pthread_rwlockattr_destroy.c
Sources/pthread_rwlockattr_getpshared.c
Sources/pthread_rwlockattr_init.c
Sources/pthread_rwlockattr_setpshared.c
Sources/pthread_rwlock_de

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com