代码搜索:Multi-Threaded

找到约 185 项符合「Multi-Threaded」的源代码

代码结果 185
www.eeworm.com/read/130781/14174373

c hello_multi.c

/* hello_multi.c - a multi-threaded hello world program */ #include #include #define NUM 5 main() { pthread_t t1, t2; /* two threads */ void *print_msg(void *); pthrea
www.eeworm.com/read/410642/11273867

cpp mtmagicserver.cpp

// mtmagicserver.cpp // Multi-threaded magic squares server // Runs as CGI (not multi-threaded) or multi-threaded standalone // Computation of the magic square has been deliberately slowed down to //
www.eeworm.com/read/197479/5094658

cpp mtmagicserver.cpp

// mtmagicserver.cpp // Multi-threaded magic squares server // Runs as CGI (not multi-threaded) or multi-threaded standalone // Computation of the magic square has been deliberately slowed down to //
www.eeworm.com/read/306677/3735097

cpp mtmagicserver.cpp

// mtmagicserver.cpp // Multi-threaded magic squares server // Runs as CGI (not multi-threaded) or multi-threaded standalone // Computation of the magic square has been deliberately slowed down to //
www.eeworm.com/read/427912/8912803

sources

TARGETNAME=lbkapp TARGETTYPE=PROGRAM # Make sure we are building a multi-threaded app !IF "$(NTDEBUG)" == "retail" || "$(NTDEBUG)" == "" || "$(NTDEBUG)" == "ntsdnodbg" #...release CFLAGS=$(CFLA
www.eeworm.com/read/308733/13694212

c threaded.c

/* * threaded.c -- A simple multi-threaded FastCGI application. */ #ifndef lint static const char rcsid[] = "$Id: threaded.c,v 1.9 2001/11/20 03:23:21 robs Exp $"; #endif /* not lint */ #include "
www.eeworm.com/read/434552/1870818

c mtdrv.c

/************************************************************************ * Multi-Threaded Test Driver * ****************************************************
www.eeworm.com/read/139738/13137012

java threadedkernel.java

package nachos.threads; import nachos.machine.*; /** * A multi-threaded OS kernel. */ public class ThreadedKernel extends Kernel { /** * Allocate a new multi-threaded kernel. */
www.eeworm.com/read/158402/11620726

java threadedkernel.java

package nachos.threads; import nachos.machine.*; /** * A multi-threaded OS kernel. */ public class ThreadedKernel extends Kernel { /** * Allocate a new multi-threaded kernel. */
www.eeworm.com/read/152661/5672413

c thread-packets.c

//======================================================================== // // thread-packets.c // // Provides multi-threaded debug support // //===========================================