代码搜索:Multithreading
找到约 719 项符合「Multithreading」的源代码
代码结果 719
www.eeworm.com/read/112766/15477234
c taskquem.c
/*
* TaskQueM.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 3, Listing 3-3
*
* Call ThreadFunc NUM_TASKS times, using
* no more than THREAD_POOL_SIZ
www.eeworm.com/read/112766/15477299
c taskques.c
/*
* TaskQueS.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 3, Listing 3-2
*
* Call ThreadFunc NUM_TASKS times, using
* no more than THREAD_POOL_SIZ
www.eeworm.com/read/146114/12670465
c thread.c
/*
* thread.c
*
* Multithreading routines
*
* (C)1999 Stefano Busti
*
*/
#include "thread.h"
int thr_create(thr_t *thread, int detached,
thr_startfunc_ptr_t startfunc, void *arg)
{
#if
www.eeworm.com/read/221024/14769167
edu^research^smt^ http:^^www.cs.washington.edu^research^smt^
Date: Mon, 11 Nov 1996 22:25:23 GMT
Server: NCSA/1.4.2
Content-type: text/html
Simultaneous Multithreading home page
www.eeworm.com/read/396408/2421803
c tvi_v4l.c
/*
Video 4 Linux input
(C) Alex Beregszaszi
Some ideas are based on xawtv/libng's grab-v4l.c written by
Gerd Knorr
Multithreading, a/v sync and native ALSA support
www.eeworm.com/read/408235/11401244
html unit-srfi-18.html
CHICKEN User's Manual - Unit srfi-18
Unit srfi-18A simple multithreading package. This threading package follows largely
www.eeworm.com/read/185775/6956056
txt ccrun.com.txt
[info]
name=Win32多线程程序设计
author=Jim Beveridge & Robert Wiener
pub=华中科技大学出版社
tran=侯捷
desc=Win32多线程程序设计(Multithreading Applications in Win32)。使用线程,你可以产生高效率的服务器,建立Internet服务器扩充软件,获得多CPU系统的好处,建立精巧的CO