代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/170719/9792484
java threaddemo.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/112766/15477240
txt readme.txt
Sample Programs
for
Multithreading Applications in Win32
July, 1997
www.eeworm.com/read/112400/15487945
txt rfc1187.txt
Network Working Group M. Rose
Request for Comments: 1187 Performance Systems International, Inc.
www.eeworm.com/read/107401/15608148
java threaddemo.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/106679/15629163
txt rfc1187.txt
Network Working Group M. Rose
Request for Comments: 1187 Performance Systems International, Inc.
www.eeworm.com/read/103539/15729737
txt abstract.txt
MTTTY: Multi-threaded Terminal Sample (Win32)
MTTTY illustrates overlapped serial communication
using multiple threads.
MTTTY is a companion sample for the "Serial
Communication in Win32" tec
www.eeworm.com/read/177968/9425437
c stat_sigwait.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/365798/9846170
c pool.c
#include "ocilib.h"
#define MAX_THREADS 50
#define MAX_CONN 10
#define SIZE_STR 260
void worker(OCI_Thread *thread, void *data)
{
OCI_Connection *cn = OCI_ConnPoolGetConnection(data