代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/158402/11621071
java postoffice.java
package nachos.network;
import nachos.machine.*;
import nachos.threads.*;
/**
* A collection of message queues, one for each local port. A
* PostOffice interacts directly with the network
www.eeworm.com/read/156804/11763152
c thrdterm.c
/*
* ThrdTerm.c
*
* Sample code for "Multithreading Applications in Win32"
* This is from Chapter 5, Listing 5-1
*
* Demonstrates how to request threads to exit.
*
* Build command: cl
www.eeworm.com/read/259748/11768823
dsn ocsp.mdb.dsn
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=281
DefaultDir=
www.eeworm.com/read/258856/11836142
dsn eletricity.dsn
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=281
DefaultDir=
www.eeworm.com/read/148833/12422533
c hooks.c
/* Malloc implementation for multiple threads without lock contention.
Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Wol
www.eeworm.com/read/148686/12443853
readme
rt_com
======
This is a serial port driver for RT-Linux. It allows RT-threads to
communicate via serial ports.
Documentation is in rtldoc format and available in the doc/ directory.
To compile
www.eeworm.com/read/127959/14325291
dsn dzqc.mdb.dsn
[ODBC]
DRIVER=Microsoft Access Driver (*.mdb)
UID=admin
UserCommitSync=Yes
Threads=3
SafeTransactions=0
PageTimeout=5
MaxScanRows=8
MaxBufferSize=2048
FIL=MS Access
DriverId=281
DefaultDir=
www.eeworm.com/read/126957/14391740
man m_macosx.man
.SH "MacOS X NOTES"
The display is pretty close to the recommended display and also that
of a normal 4.4 BSD system. The NICE column has been changed to be
the number of threads for each process. Th
www.eeworm.com/read/126953/14391922
cpp step7.cpp
// Cancel - Creates a new thread with long running query when the letter 'a' is typed.
// Cancels a query when letter 'C' is typed.
// All threads are terminated when the letter 'Q' is entered.
www.eeworm.com/read/126953/14391981
cpp step7.cpp
// Cancel - Creates a new thread with long running query when the letter 'a' is typed.
// Cancels a query when letter 'C' is typed.
// All threads are terminated when the letter 'Q' is entered.