代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/174990/5354995
java poolgcthread.java
/*
* Licensed under the X license (see http://www.x.org/terms.htm)
*/
package org.ofbiz.minerva.pool;
import java.util.HashSet;
import java.util.Iterator;
import org.apache.log4j.Logger;
/**
* R
www.eeworm.com/read/171026/5399791
h memtrack.h
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// $Id: memtrack.h,v 1.2 2003/05/13 12:47:39 dev Exp $
/**
* @file memtrack.h
* Debug nonpaged pool support.
* C
www.eeworm.com/read/171026/5400286
h memtrack.h
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// $Id: memtrack.h,v 1.2 2003/05/13 12:47:39 dev Exp $
/**
* @file memtrack.h
* Debug nonpaged pool support.
* C
www.eeworm.com/read/310709/3691595
h collectiondebugmsg.h
#ifndef _COLLECTION_UART_MSG
#define _COLLECTION_UART_MSG
#include "AM.h"
//Comment format -> :meaning:args
enum {
NET_C_FE_MSG_POOL_EMPTY = 0x10, //::no args
NET_C_FE_SEND_QUEUE_FULL =
www.eeworm.com/read/429935/1943668
ntp
#!/bin/sh
CHK=`cm_auth $REMOTE_ADDR`
echo "Content-Type: text/html"
echo
if [ $CHK = "0" ]
then
cat /usr/www/index.html
exit
fi
/usr/sbin/ntpdate pool.ntp.org > /dev/null
echo "
www.eeworm.com/read/422320/2038227
h memtrack.h
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// $Id: memtrack.h,v 1.2 2003/05/13 12:47:39 dev Exp $
/**
* @file memtrack.h
* Debug nonpaged pool support.
* C
www.eeworm.com/read/416830/2107413
bat hello_tp.bat
REM !/bin/sh
set path=%path%;..\..\..\win32-bin
SET MICORC=NUL
REM run Server
del /f /q hello.ref
start .\server thread-pool 100 1000
pause 2
REM run client
.\client -ORBInitRef HelloWorld=file://
www.eeworm.com/read/372581/2771822
h netif_block.h
#ifndef __NET_IF_BLOCK_H__
#define __NET_IF_BLOCK_H__
//#include
#include "link_list.h"
#include "rtmp.h"
#define FREE_NETIF_POOL_SIZE 32
typedef struct _NETIF_ENTRY
{
struct _N
www.eeworm.com/read/358128/2999842
pm cookie.pm
package Apache2::Cookie;
use APR::Table;
use APR::Pool;
use APR::Request::Cookie;
use APR::Request::Apache2;
use APR::Request qw/encode decode/;
use Apache2::RequestRec;
use Apache2::RequestUtil;
use
www.eeworm.com/read/136989/5831382
cpp server.cpp
// server.cpp,v 1.4 2003/04/16 17:57:34 irfan Exp
#include "ace/Get_Opt.h"
#include "tao/ORB_Core.h"
#include "tao/RTCORBA/Thread_Pool.h"
#include "tao/RTPortableServer/RTPortableServer.h"
#inc