代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/416830/2107405
tp hello.tp
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server thread-pool 100 1000 &
server_pid=$!
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4 5 6 7 8 9 ;
www.eeworm.com/read/416830/2107414
tp hello.tp
#!/bin/sh
MICORC=/dev/null
export MICORC
# run Server
rm -f hello.ref
./server thread-pool 100 1000 &
server_pid=$!
trap "kill $server_pid > /dev/null 2> /dev/null" 0
for i in 0 1 2 3 4 5 6 7 8 9 ;
www.eeworm.com/read/408845/2241994
java dbconnectionmanager.java
package com.ntsky.pool;
import java.io.*;
import java.sql.*;
import java.util.*;
import com.ntsky.common.*;
/**
* Title: NTsky新闻发布v1.0正式版
* Description: 数据库连接池
* Copy
www.eeworm.com/read/396823/2408179
in makefile.in
OEXT=.lo
include @APACHE_CONFIG_VARS@
JK=../common/
COMMON_OBJECTS=${JK}jk_map${OEXT} ${JK}jk_util${OEXT} ${JK}jk_pool${OEXT}
JNI_OBJECTS=jk_jnicb${OEXT} ${COMMON_OBJECTS}
JAVA_INCL=-I @JAVA_HOME@/
www.eeworm.com/read/389693/2539822
java mythreadpool.java
package book.thread.pool;
import java.util.LinkedList;
/**
* 线程池,继承ThreadGroup。
* ThreadGroup用于处理一组线程的类,它是一种树状结构,他的下层节点还可以是ThreadGroup对象
*/
public class MyThreadPool extends ThreadGroup {
www.eeworm.com/read/382594/2630086
cpp pi_malloc.cpp
// PI_Malloc.cpp,v 1.6 2005/10/03 20:36:42 ossama Exp
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
// Listing 1 code/ch17
#include "ace/MMAP_Memory_Pool.h"
#include "ace/Malloc_
www.eeworm.com/read/366702/2878269
c 20021118-2.c
/* Originally added to test SH constant pool layout. t1() failed for
non-PIC and t2() failed for PIC. */
int t1 (float *f, int i,
void (*f1) (double),
void (*f2) (float, float))
{
f1 (3.0);
www.eeworm.com/read/157556/5605500
in makefile.in
OEXT=.lo
include @APACHE_CONFIG_VARS@
JK=../common/
COMMON_OBJECTS=${JK}jk_map${OEXT} ${JK}jk_util${OEXT} ${JK}jk_pool${OEXT}
JNI_OBJECTS=jk_jnicb${OEXT} ${COMMON_OBJECTS}
JAVA_INCL=-I @JAVA_HOME@/
www.eeworm.com/read/244416/12867588
h tn_usb_ep.h
#ifndef _TN_USB_EP_H_
#define _TN_USB_EP_H_
typedef struct _EP_INFO
{
TN_DQUE * queue;
TN_FMP * mem_pool;
int ep_num_phys;
}EP_INFO;
void tn_usb_ep_rx_int(EP_INFO * ei); //-- OU
www.eeworm.com/read/136989/5831343
cpp test_i.cpp
// test_i.cpp,v 1.5 2003/09/30 14:53:33 bala Exp
#include "test_i.h"
#include "tao/ORB_Core.h"
#include "tao/RTCORBA/Thread_Pool.h"
ACE_RCSID(Priority_Inversion_With_Bands, test_i, "test_i.cpp