代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/100926/6263965
h thread_pool.h
// thread_pool.h,v 1.9 2002/02/25 18:11:31 jwillemsen Exp
#ifndef THREAD_POOL_H
#define THREAD_POOL_H
/* In order to implement a thread pool, we have to have an object that
can create a thr
www.eeworm.com/read/100926/6263982
cpp task.cpp
// task.cpp,v 1.5 1999/09/22 03:13:45 jcej Exp
#include "task.h"
#include "block.h"
/* Set our housekeeping pointer to NULL and tell the user we exist. */
Task::Task (size_t n_threads)
: b
www.eeworm.com/read/100926/6264009
cpp message_queue.cpp
// message_queue.cpp,v 1.10 2001/12/31 14:17:54 jwillemsen Exp
#include "mld.h"
#include "task.h"
#include "work.h"
#include "block.h"
int run_test (int iterations, int threads, int subtask
www.eeworm.com/read/100926/6264059
cpp message_queue.cpp
// message_queue.cpp,v 1.9 2001/12/31 14:15:50 jwillemsen Exp
/* Most of this is the same as the previous tutorial, so I'll just
point out the differences. */
#include "task.h"
#include "blo
www.eeworm.com/read/100926/6264100
cpp message_queue.cpp
// message_queue.cpp,v 1.6 2001/12/31 14:16:19 jwillemsen Exp
#include "block.h"
#include "work.h"
#include "task.h"
/*
I want to be sure that our Task object gets destructed correctly, s
www.eeworm.com/read/480433/6664324
java codewin.java
/* $Id: CodeWin.java,v 1.2 1996/06/28 04:09:39 kmillik1 Exp $ */
/* $Log: CodeWin.java,v $
# Revision 1.2 1996/06/28 04:09:39 kmillik1
# Fixed $Log$ comment.
#
# Revision 1.1 1996/06/28 04:00:02
www.eeworm.com/read/408881/11366271
java ccache3.java
/**
* JDBC 2.0 Spec doesn't mandate that JDBC vendors implement a
* Connection Cache. However, we implemented a basic one with 2
* schemes as an Example.
*
* There are 3 cache schemes: DYNAM
www.eeworm.com/read/157172/11735053
log cc_build_debug.log
-------------------------- MotionDetect.pjt - Debug --------------------------
"E:\ti6000\plugins\bios\gconfgen" DM642_app.cdb
"E:\ti6000\c6000\cgtools\bin\cl6x" -g -q -eoo64 -fr"./Debug" -i"../
www.eeworm.com/read/156804/11763410
h clidlg.h
/*
* CliDlg.h : header file
*
* Sample code for "Multitasking in Win32"
* This is from Chapter 16???
*
* Defines Dialog Class for communicating with
* FreeThreaded COM Object
*/
///