代码搜索:Pthread

找到约 7,828 项符合「Pthread」的源代码

代码结果 7,828
www.eeworm.com/read/124347/6053559

c join1.c

/* * Test for pthread_join(). * * Depends on API functions: pthread_create(), pthread_join(), pthread_exit(). */ #include "test.h" void * func(void * arg) { int i = (int) arg; Sleep(i *
www.eeworm.com/read/126571/14416561

linux

Linux下的多线程编程发信人: zllz.bbs@bbs.cqupt.edu.cn (我爱南瓜汤), 信区: Linux 标 题: Linux下的多线程编程 发信站: 幽幽黄桷兰 (Tue Dec 10 18:59:42 2002) 转信站: PKU!news.happynet.org!CQUPT 1 引言   线程(thread)技术早在60年代就被提出,但真正应用多线程到操作
www.eeworm.com/read/116283/14980440

htm 99.htm

CTerm非常精华下载
www.eeworm.com/read/394107/8244652

txt linux 多线程编程.txt

Linux多线程编程 1 引言   线程(thread)技术早在60年代就被提出,但真正应用多线程到操作系统中去,是在80年代中期,solaris是这方面的佼佼者。传统的Unix也支持线程的概念,但是在一个进程(process)中只允许有一个线程,这样多线程就意味着多进程。现在,多线程技术已经被许多操作系统所支持,包括Windows/NT,当然,也包括Linux。   为什么有了进程的概念 ...
www.eeworm.com/read/377447/9275893

bsd patch.bsd

Common subdirectories: async/CVS and async-bsd/CVS diff async/async.h async-bsd/async.h 38c38,40 < pthread_mutexattr_t attr={PTHREAD_MUTEX_ERRORCHECK_NP}; --- > pthread_mutexattr_t attr; >
www.eeworm.com/read/286514/8762351

m4 acinclude.m4

dnl dnl History dnl ------- dnl before time a lot happend before start of history dnl 13-Sep-2002 tries test for libosip2 functions (number of args) dnl 18-Dec-2007 tries test for new osip_message_t
www.eeworm.com/read/178739/9386795

m4 acinclude.m4

dnl -------------------------------------------------------------------- dnl @synopsis ACX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]]) dnl dnl This macro figures out how to build C programs usin
www.eeworm.com/read/177968/9425519

c static_init.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/175598/9540380

c mutex6rs.c

/* * mutex6rs.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Boss
www.eeworm.com/read/175598/9540458

c mutex6es.c

/* * mutex6es.c * * * -------------------------------------------------------------------------- * * Pthreads-win32 - POSIX Threads Library for Win32 * Copyright(C) 1998 John E. Boss