代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/436162/1851596
properties queuedthreadpool-mbean.properties
QueuedThreadPool: A thread pool with no max bound by default
minThreads: Minimum number of threads in the pool
maxThreads: Maximum number threads in the pool
name: Name of the thread pool
daemon: Is p
www.eeworm.com/read/436162/1851597
properties boundedthreadpool-mbean.properties
BoundedThreadPool: A thread pool with fixed bounds
minThreads: Minimum number of threads in the pool
maxThreads: Maximum number threads in the pool
name: Name of the thread pool
daemon: Are pool threa
www.eeworm.com/read/189000/8497787
c thread-sample.c
/**
* apr tutorial sample code
* http://dev.ariel-networks.com/apr/
*/
#ifdef HAVE_CONFIG_H
#include
#endif
#include
#include
#include
#include
www.eeworm.com/read/184256/9114280
c pi.c
#include
#include
#include
int no_threads;
long int N;
long int global_index=0;
double pi=0.0;
pthread_mutex_t mutex1;
void *slave(void *ignored)
{
long in
www.eeworm.com/read/323119/13351257
result binlog_row_ctype_ucs.result
SET TIMESTAMP=10000;
create table t2 (c char(30)) charset=ucs2;
set @v=convert('abc' using ucs2);
reset master;
insert into t2 values (@v);
show binlog events from 102;
Log_name Pos Event_type Server_
www.eeworm.com/read/139332/5800652
hpp posix_features.hpp
// (C) Copyright John Maddock 2001 - 2003.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at
www.eeworm.com/read/139332/5800695
hpp amigaos.hpp
// (C) Copyright John Maddock 2002.
// Use, modification and distribution are subject to the
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://
www.eeworm.com/read/136989/5827894
cpp recursive_lock_test.cpp
// recursive_lock_test.cpp,v 1.3 2003/11/09 04:12:09 dhinton Exp
#define ACE_BUILD_SVC_DLL
#include "Performance_Test_Options.h"
#include "Benchmark_Performance.h"
ACE_RCSID(Synch_Benchmarks,
www.eeworm.com/read/136989/5827905
cpp rwwr_test.cpp
// rwwr_test.cpp,v 1.3 2003/11/09 04:12:09 dhinton Exp
#define ACE_BUILD_SVC_DLL
#include "Performance_Test_Options.h"
#include "Benchmark_Performance.h"
ACE_RCSID(Synch_Benchmarks, rwwr_test
www.eeworm.com/read/136989/5827907
cpp benchmark_performance.cpp
// Benchmark_Performance.cpp,v 1.2 1999/01/03 22:15:20 nanbor Exp
#define ACE_BUILD_SVC_DLL
#include "Benchmark_Performance.h"
ACE_RCSID(Synch_Benchmarks, Benchmark_Performance, "Benchmark_Per