代码搜索:Pool
找到约 5,820 项符合「Pool」的源代码
代码结果 5,820
www.eeworm.com/read/102395/6233479
xpm pool.xpm
/* XPM */
static const char *pool_xpm[] = {
/* width height ncolors chars_per_pixel */
"128 128 5 1",
/* colors */
"` c #FFFFFF",
"a c #00FFFF",
"b c #C0C0C0",
"c c #808080",
"d c #00BFBF",
/* pixels
www.eeworm.com/read/486859/6531024
c pool.c
#include "ocilib.h"
#define MAX_THREADS 50
#define MAX_CONN 10
#define SIZE_STR 260
void worker(OCI_Thread *thread, void *data)
{
OCI_Connection *cn = OCI_ConnPoolGetConnection(data
www.eeworm.com/read/344239/11896319
java pool.java
//: concurrency/Pool.java
// Using a Semaphore inside a Pool, to restrict
// the number of tasks that can use a resource.
import java.util.concurrent.*;
import java.util.*;
public class Pool
www.eeworm.com/read/256577/11986483
h pool.h
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
*
* This file is part of the device-mapper userspace tools.
www.eeworm.com/read/256577/11986491
c pool.c
/*
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
* Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
*
* This file is part of the device-mapper userspace tools.
www.eeworm.com/read/153241/12049704
java pool.java
// JShell
// Copyright (C) 2000 Jack A. Orenstein
//
// 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
www.eeworm.com/read/254915/12112898
ico pool.ico
www.eeworm.com/read/151080/12236480