CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程

文件名称:pthread

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

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

C语言多线程pthread库相关函数

函数pthread_create,pthread_join,pthread_exit等-pthread lib pthread_create,pthread_join,pthread_exit
(系统自动生成,下载前可以参看下载内容)

下载文件列表

nptl/
nptl/ANNOUNCE
nptl/Banner
nptl/ChangeLog
nptl/DESIGN-barrier.txt
nptl/DESIGN-condvar.txt
nptl/DESIGN-rwlock.txt
nptl/DESIGN-sem.txt
nptl/DESIGN-systemtap-probes.txt
nptl/Makeconfig
nptl/Makefile
nptl/TODO
nptl/TODO-kernel
nptl/TODO-testing
nptl/Versions
nptl/alloca_cutoff.c
nptl/allocatestack.c
nptl/cancellation.c
nptl/cleanup.c
nptl/cleanup_compat.c
nptl/cleanup_defer.c
nptl/cleanup_defer_compat.c
nptl/cleanup_routine.c
nptl/cond-perf.c
nptl/configure
nptl/descr.h
nptl/eintr.c
nptl/elision-conf.h
nptl/errno-loc.c
nptl/events.c
nptl/forward.c
nptl/herrno.c
nptl/libc-cancellation.c
nptl/libc-cleanup.c
nptl/lowlevellock.h
nptl/nptl-init.c
nptl/old_pthread_atfork.c
nptl/old_pthread_cond_broadcast.c
nptl/old_pthread_cond_destroy.c
nptl/old_pthread_cond_init.c
nptl/old_pthread_cond_signal.c
nptl/old_pthread_cond_timedwait.c
nptl/old_pthread_cond_wait.c
nptl/perf.c
nptl/pt-allocrtsig.c
nptl/pt-cleanup.c
nptl/pt-crti.S
nptl/pt-raise.c
nptl/pt-system.c
nptl/pthread-errnos.sym
nptl/pthreadP.h
nptl/pthread_atfork.c
nptl/pthread_attr_destroy.c
nptl/pthread_attr_getdetachstate.c
nptl/pthread_attr_getguardsize.c
nptl/pthread_attr_getinheritsched.c
nptl/pthread_attr_getschedparam.c
nptl/pthread_attr_getschedpolicy.c
nptl/pthread_attr_getscope.c
nptl/pthread_attr_getstack.c
nptl/pthread_attr_getstackaddr.c
nptl/pthread_attr_getstacksize.c
nptl/pthread_attr_init.c
nptl/pthread_attr_setdetachstate.c
nptl/pthread_attr_setguardsize.c
nptl/pthread_attr_setinheritsched.c
nptl/pthread_attr_setschedparam.c
nptl/pthread_attr_setschedpolicy.c
nptl/pthread_attr_setscope.c
nptl/pthread_attr_setstack.c
nptl/pthread_attr_setstackaddr.c
nptl/pthread_attr_setstacksize.c
nptl/pthread_barrier_destroy.c
nptl/pthread_barrier_init.c
nptl/pthread_barrier_wait.c
nptl/pthread_barrierattr_destroy.c
nptl/pthread_barrierattr_getpshared.c
nptl/pthread_barrierattr_init.c
nptl/pthread_barrierattr_setpshared.c
nptl/pthread_cancel.c
nptl/pthread_clock_gettime.c
nptl/pthread_clock_settime.c
nptl/pthread_cond_broadcast.c
nptl/pthread_cond_destroy.c
nptl/pthread_cond_init.c
nptl/pthread_cond_signal.c
nptl/pthread_cond_timedwait.c
nptl/pthread_cond_wait.c
nptl/pthread_condattr_destroy.c
nptl/pthread_condattr_getclock.c
nptl/pthread_condattr_getpshared.c
nptl/pthread_condattr_init.c
nptl/pthread_condattr_setclock.c
nptl/pthread_condattr_setpshared.c
nptl/pthread_create.c
nptl/pthread_detach.c
nptl/pthread_equal.c
nptl/pthread_exit.c
nptl/pthread_getattr_default_np.c
nptl/pthread_getattr_np.c
nptl/pthread_getconcurrency.c
nptl/pthread_getcpuclockid.c
nptl/pthread_getschedparam.c
nptl/pthread_getspecific.c
nptl/pthread_join.c
nptl/pthread_key_create.c
nptl/pthread_key_delete.c
nptl/pthread_kill_other_threads.c
nptl/pthread_mutex_consistent.c
nptl/pthread_mutex_destroy.c
nptl/pthread_mutex_getprioceiling.c
nptl/pthread_mutex_init.c
nptl/pthread_mutex_lock.c
nptl/pthread_mutex_setprioceiling.c
nptl/pthread_mutex_timedlock.c
nptl/pthread_mutex_trylock.c
nptl/pthread_mutex_unlock.c
nptl/pthread_mutexattr_destroy.c
nptl/pthread_mutexattr_getprioceiling.c
nptl/pthread_mutexattr_getprotocol.c
nptl/pthread_mutexattr_getpshared.c
nptl/pthread_mutexattr_getrobust.c
nptl/pthread_mutexattr_gettype.c
nptl/pthread_mutexattr_init.c
nptl/pthread_mutexattr_setprioceiling.c
nptl/pthread_mutexattr_setprotocol.c
nptl/pthread_mutexattr_setpshared.c
nptl/pthread_mutexattr_setrobust.c
nptl/pthread_mutexattr_settype.c
nptl/pthread_once.c
nptl/pthread_rwlock_destroy.c
nptl/pthread_rwlock_init.c
nptl/pthread_rwlock_rdlock.c
nptl/pthread_rwlock_timedrdlock.c
nptl/pthread_rwlock_timedwrlock.c
nptl/pthread_rwlock_tryrdlock.c
nptl/pthread_rwlock_trywrlock.c
nptl/pthread_rwlock_unlock.c
nptl/pthread_rwlock_wrlock.c
nptl/pthread_rwlockattr_destroy.c
nptl/pthread_rwlockattr_getkind_np.c
nptl/pthread_rwlockattr_getpshared.c
nptl/pthread_rwlockattr_init.c
nptl/pthread_rwlockattr_setkind_np.c
nptl/pthread_rwlockattr_setpshared.c
nptl/pthread_self.c
nptl/pthread_setattr_default_np.c
nptl/pthread_setcancelstate.c
nptl/pthread_setcanceltype.c
nptl/pthread_setconcurrency.c
nptl/pthread_setegid.c
nptl/pthread_seteuid.c
nptl/pthread_setgid.c
nptl/pthread_setregid.c
nptl/pthread_setresgid.c
nptl/pthread_setresuid.c
nptl/pthread_setreuid.c
nptl/pthread_setschedparam.c
nptl/pthread_setschedprio.c
nptl/pthread_setspecific.c
nptl/pthread_setuid.c
nptl/pthread_spin_destroy.c
nptl/pthread_spin_init.c
nptl/pthread_spin_lock.c
nptl/pthread_spin_trylock.c
nptl/pthread_spin_unlock.c
nptl/pthread_testcancel.c
nptl/pthread_timedjoin.c
nptl/pthread_tryjoin.c
nptl/res.c
nptl/sem_close.c
nptl/sem_destroy.c
nptl/sem_getvalue.c
nptl/sem_init.c
nptl/sem_open.c
nptl/sem_unlink.c
nptl/semaphore.h
nptl/semaphoreP.h
nptl/shlib-versions
nptl/sigaction.c
nptl/sockperf.c
nptl/sysdeps/
nptl/sysdeps/i386/
nptl/sysdeps/i386/Makefile
nptl/sysdeps/i386/i486/
nptl/sysdeps/i386/i486/pthread_spin_trylock.S
nptl/sysdeps/i386/i586/
nptl/sysdeps/i386/i586/pthread_spin_trylock.S
nptl/sysdeps/i386/i686/
nptl/sysdeps/i386/i686/Makefile
nptl/sysdeps/i386/i686/pthread_spin_trylock.S
nptl/sysdeps/i386/i686/tls.h
nptl/sysdeps/i386/pthread_spin_init.c
nptl/

相关说明

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

相关评论

暂无评论内容.

发表评论

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