CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pthread.h

搜索资源列表

  1. linuxthreads

    0下载:
  2. Linux系统下的多线程遵循POSIX线程接口,称为pthread。编写Linux下的多线程程序,需要使用头文件pthread.h,连接时需要使用库libpthread.a。
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:16655
    • 提供者:dj
  1. book

    1下载:
  2. 一个模拟图书经营系统的程序,在linux的gcc环境下编译的,利用了多线程的pthread.h函数,希望对大家在linux下编写程序有所借鉴!
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:32031
    • 提供者:尹凯旋
  1. threadpoo.tar

    0下载:
  2. threadpoo #include \"thread-pool.h\" static void *tp_work_thread(void *pthread) static void *tp_manage_thread(void *pthread) static TPBOOL tp_init(tp_thread_pool *this) static void tp_close(tp_thread_pool *this) static void tp_p
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:10379
    • 提供者:wxh
  1. c语言中多线程文件

    1下载:
  2. 在C语言中实现多线程的的头文件,只要在C语言中加入pthread.h头文件就可以实现多线程功能。
  3. 所属分类:Windows编程

    • 发布日期:2009-02-14
    • 文件大小:13921
    • 提供者:bookwormxcd
  1. waitForMultipleObjects

    0下载:
  2. WaitForMultipleObjects using pthread linux The basic idea is to use the subscriber pattern: In WaitForMultipleObjects() subscribe at all event sources the event sources then have to signal a central pthread_cond_t. The public inter
  3. 所属分类:Linux Network

    • 发布日期:2017-03-22
    • 文件大小:7312
    • 提供者:sucker
  1. PThread

    0下载:
  2. 线程类,适合C++编程,能够直接引起进行线程的创建等使用,非常清楚,很好用。-Thread class, suitable for C++ programming, can directly lead to thread creation, use, very clear, very good use.
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-05
    • 文件大小:2667
    • 提供者:zifangz
  1. qq2008_console_client

    0下载:
  2. qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-03-28
    • 文件大小:229185
    • 提供者:宋涛
  1. Thread_Semaphore

    0下载:
  2. pthread.h semaphore.h pthread_mutex_t,PTHREAD_MUTEX_INITIALIZER, sem_t semaphore
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:675
    • 提供者:mwmacleod
  1. pthread

    0下载:
  2. pthread.h for threads... not sure what it really does.
  3. 所属分类:Other Games

    • 发布日期:2017-04-02
    • 文件大小:1851
    • 提供者:monkey
  1. wait

    0下载:
  2. /* wait.h - wait facility library header */ /* * Copyright (c) 2003-2006 Wind River Systems, Inc. * * The right to copy, distribute or otherwise make use of this software * may be licensed only pursuant to the terms of an applicable
  3. 所属分类:VxWorks

    • 发布日期:2017-11-20
    • 文件大小:1014
    • 提供者:liaozhigao
  1. basic_thread_module

    0下载:
  2. 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:田盼
  1. pthread_mutex.h

    0下载:
  2. pthread mutex initializer for two processes
  3. 所属分类:OS Develop

    • 发布日期:2017-11-02
    • 文件大小:518
    • 提供者:pudn17
  1. mini-tuto-sur-les-threads

    0下载:
  2. Hello, I post a zip containing three sources of programming Pthread (Posix thread). A presentation and explanation of the functions that will be USED ​ ​ is present in each source. The zip addresses only the strict necessary to pro
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:4609
    • 提供者:mohammed
  1. warehose

    0下载:
  2. linux下的仓库物联网系统 linux下的仓库物联网系统 linux下的仓库物联网系统 -#include<stdio.h> #include<sys/types.h> #include<sys/ipc.h> #include<sys/msg.h> #include<stdlib.h> #include<unistd.h> #include<string.h> #include<
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:4316
    • 提供者:sunguangjiang
  1. shiyan2

    0下载:
  2. 哲学家进餐问题 #include<stdio.h> #include<semaphore.h> #include<pthread.h> //宏定义信号量个数为5,宏定义0表示思考,宏定义1表示饿,宏定义2表示吃,宏定义(ph_num+4) N表示左,宏定义(ph_num+1) N表示右 #define N 5 #define THINKING 0 #define HUNGRY 1 #define EATING 2 #
  3. 所属分类:CSharp

    • 发布日期:2017-04-11
    • 文件大小:1320
    • 提供者:cc
  1. __wmmintrin_pclmul

    0下载:
  2. Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6475
    • 提供者:cenqantv
  1. remove_const

    0下载:
  2. Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6024
    • 提供者:cenqantv
  1. Gr1DKernelEffect

    0下载:
  2. POSIX threads specific definitions. Easy, since the interface is just one-to-one mapping.Some implementations of <pthread.h> require this to be defined.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:6276
    • 提供者:vunhwei
  1. test-mem

    0下载:
  2. on HP-UX 11, this one contradicts with pthread.h on pthread_atfork, unless we unset this.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4548
    • 提供者:xavouyf
搜珍网 www.dssz.com