代码搜索:Multithreading
找到约 719 项符合「Multithreading」的源代码
代码结果 719
www.eeworm.com/read/475926/6769849
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/173976/9617804
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/269434/11098372
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/335269/12542773
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/334606/12584760
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/112766/15477322
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/112766/15477380
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/112766/15477388
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/112766/15477437
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/112766/15477465
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.