代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/208186/15251350
dsn cn.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=25
DefaultDir=E
www.eeworm.com/read/205946/15303139
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/37934/905850
dsn sss.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=25
DefaultDir=E
www.eeworm.com/read/37934/905899
dsn db.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=25
DefaultDir=E
www.eeworm.com/read/38538/1114898
dsn sss.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=25
DefaultDir=E
www.eeworm.com/read/38538/1114947
dsn db.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=25
DefaultDir=E
www.eeworm.com/read/494230/1161186
java synchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
import java.util.concurrent.locks.*;
/**
This program shows how multiple threads can safely access a data structure.
*/
publ
www.eeworm.com/read/493646/1164515
py urlqueue.py
# -- coding: utf-8
""" urlqueue.py - Module which controls queueing of urls
created by crawler threads. This is part of the HarvestMan
program.
Author: Anand B Pillai
www.eeworm.com/read/489223/1225803
txt glib-overrides.txt
# This file makes most of the thread related macros look like
# functions, which they really were, if possible easy.
# default thread implementation
G_THREADS_IMPL_POSIX
#define
www.eeworm.com/read/486037/1257157
h gthr-posix.h
/* Threads compatibility routines for libgcc2 and libobjc. */
/* Compile this one with gcc. */
/* Copyright (C) 1997, 1999, 2000, 2001, 2002, 2003
Free Software Foundation, Inc.
This file is par