代码搜索:Multithreading

找到约 719 项符合「Multithreading」的源代码

代码结果 719
www.eeworm.com/read/332978/7142067

java banktellersimulation.java

//: concurrency/BankTellerSimulation.java // Using queues and multithreading. // {Args: 5} import java.util.concurrent.*; import java.util.*; // Read-only objects don't require synchronization:
www.eeworm.com/read/460649/7244186

txt copyright.txt

Pre-emptive Multithreading Web Spider Copyright (c) 1998 by Sim Ayers. Not derived from licensed software source code. Permission is granted to anyone to use this software code for any purpose
www.eeworm.com/read/142657/12932375

c exitcode.c

/* * ExitCode.c * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 2, Listing 2-2 * * Start two threads and try to exit * when the user presses a key. */
www.eeworm.com/read/142657/12932604

c iobyapc.c

/* * IoByAPC.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-3 * * Demonstrates how to use APC's (asynchronous * procedure calls) instead o
www.eeworm.com/read/142657/12932637

c exitthrd.c

/* * ExitThrd.c * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 2, Listing 2-3 * * Demonstrate ExitThread */ #define WIN32_LEAN_AND_MEAN #include
www.eeworm.com/read/142657/12932824

c error.c

/* * Error.c * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 2, Listing 2-4 * * Demonstrate ExitThread */ #define WIN32_LEAN_AND_MEAN #include
www.eeworm.com/read/142657/12932937

c echosrv.c

/* * EchoSrv.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-4 * * Demonstrates how to use I/O completion ports * with TCP on the Internet.
www.eeworm.com/read/325023/13231751

java banktellersimulation.java

//: concurrency/BankTellerSimulation.java // Using queues and multithreading. // {Args: 5} import java.util.concurrent.*; import java.util.*; // Read-only objects don't require synchronization:
www.eeworm.com/read/318179/13483978

txt uip-1.0-changelog.txt

* A new API: protosockets that are similar to BSD sockets but does not require any underlying multithreading system. * Very rudimentary IPv6 support * New application: DHCP client. Web server rew
www.eeworm.com/read/110973/6160714

c echosrv.c

/* * EchoSrv.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-4 * * Demonstrates how to use I/O completion ports * with TCP on the Internet.