代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/174335/5361876
hpp pool.hpp
/*! \file
* \brief Thread pool core.
*
* This file contains the threadpool's core class: pool.
*
* Thread pools are a mechanism for asynchronous and parallel processing
* withi
www.eeworm.com/read/169602/5419538
hpp pool.hpp
/* Copyright (C) 2003 MySQL AB
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Fou
www.eeworm.com/read/164510/5489859
java pool.java
package Pool;
/**
*@param hsp
*定义一个资源池的通用接口
*/
public interface Pool {
public Object getPooledObject();
public Object getPooledObjectById(int i);
public void releasePooledObject(Object
www.eeworm.com/read/347830/3162832
java pool.java
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
www.eeworm.com/read/347597/3167001
c pool.c
/*
* Fixed Pool Management for Philips 80C51MX
*/
#include "record.h"
#pragma ASM
#if !defined (__C51__) && !defined (__CX51__)
#include "record.h"
#endif
e_max EQU 65535 / Rec
www.eeworm.com/read/340257/3290948
h pool.h
/*
(c) Copyright 2001-2007 The DirectFB Organization (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp
www.eeworm.com/read/340257/3290950
c pool.c
/*
(c) Copyright 2001-2007 The DirectFB Organization (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp
www.eeworm.com/read/335547/3357755
java pool.java
/*
* Copyright (C) 2001 - 2004 ScalAgent Distributed Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
*
www.eeworm.com/read/321693/3531411
c pool.c
/*
* Fixed Pool Management for Philips 80C51MX
*/
#include "record.h"
#pragma ASM
#if !defined (__C51__) && !defined (__CX51__)
#include "record.h"
#endif
e_max EQU 65535 / Rec
www.eeworm.com/read/312725/3649172
h pool.h
/*
* Copyright (c) 1998-2001 Sun Microsystems, Inc. All Rights Reserved.
*
* This software is the confidential and proprietary information of Sun
* Microsystems, Inc. ("Confidential Informati