代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/244839/4509679
dsn friends.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/244405/4511407
java threadwithattributes.java
package org.apache.tomcat.util.threads;
import java.util.Hashtable;
/** Special thread that allows storing of attributes and notes.
* A guard is used to prevent untrusted code from accessing the
www.eeworm.com/read/242657/4549085
readme
Shows how applications can use the ACE_Token_Collection utility. This
example creates three collections and spawns a thread to operate on
each. The threads use the collective acquire, renew, and re
www.eeworm.com/read/238768/4608746
readme
Mutithreading testing area.
Since this stuff is very very platorm specific, this is not part of the
normal build. Have a read of doc/threads.doc.
mttest will do some testing and will currently buil
www.eeworm.com/read/233448/4689451
java runnable.java
/* Runnable -- interface for a method tied to an Object; often for Threads
Copyright (C) 1998, 1999, 2001, 2002, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Class
www.eeworm.com/read/213039/4933137
conf svc.conf
#
# -p port number
# -n threads in the server
# -f thread activation flags
# = THR_BOUND
# = THR_DAEMON
# = THR_DETACHED
# = THR_NEW_LWP
# -t threading strategy
# =
www.eeworm.com/read/203830/5037927
readme
Mutithreading testing area.
Since this stuff is very very platorm specific, this is not part of the
normal build. Have a read of doc/threads.doc.
mttest will do some testing and will currently buil
www.eeworm.com/read/192230/5159777
exp usrthcore.exp
# usrthcore.exp -- Expect script to test gdb with user threads
# Copyright (C) 1992 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under th
www.eeworm.com/read/192230/5159784
exp usrthbasic.exp
# usrthbasic.exp -- Expect script to test gdb with user threads
# Copyright (C) 1992 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under t
www.eeworm.com/read/190346/5184549
changes
Changes with APR 0.9.6
*) Add apr_threadattr_stacksize_set() for overriding the default
stack size for threads created by apr_thread_create().
[Jeff Trawick]
*) Add an RPM spec file. [