代码搜索:Multithreading

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

代码结果 719
www.eeworm.com/read/112766/15477249

cpp entry.cpp

/* * Entry.cpp * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 14, Listing 14-1 * * Demonstrate a very simple DLL that prints * status messages when its
www.eeworm.com/read/112766/15477253

cpp main1.cpp

/* * Main1.cpp * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 14, Listing 14-2 * * Driver to load the simple DLL, create a * thread, call a function in
www.eeworm.com/read/112766/15477313

cpp member.cpp

/* * Member.cpp * * Sample code for "Multithreading Applications in Win32" * This is from Chapter 9, Listing 9-3 * * Shows how to start a thread based on a * class member function using
www.eeworm.com/read/112766/15477373

c busywait.c

/* * BusyWait.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 3, Listing 3-1 * * Demonstrate the effect on performance * of using a busy loop. First cal
www.eeworm.com/read/112766/15477374

c iobyfile.c

/* * IoByFile.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-1 * * Demonstrates how a file handle becomes signaled * when an overlapped op
www.eeworm.com/read/112766/15477433

c iobyevnt.c

/* * IoByEvnt.c * * Sample code for Multithreading Applications in Win32 * This is from Chapter 6, Listing 6-2 * * Demonstrates how to use event objects instead of * file handles to sign
www.eeworm.com/read/373369/9460876

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/169058/9883591

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/166242/10027757

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/280077/10356153

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