代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/255218/4379161
h concurrence.h
// Support for concurrent programing -*- C++ -*-
// Copyright (C) 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; y
www.eeworm.com/read/162614/5538114
h concurrence.h
// Support for concurrent programing -*- C++ -*-
// Copyright (C) 2003, 2004
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; y
www.eeworm.com/read/386607/8735643
java memoizer2.java
package net.jcip.examples;
import java.util.*;
import java.util.concurrent.*;
/**
* Memoizer2
*
* Replacing HashMap with ConcurrentHashMap
*
* @author Brian Goetz and Tim Peierls
*/
publi
www.eeworm.com/read/386607/8735849
java guiexecutor.java
package net.jcip.examples;
import java.util.*;
import java.util.concurrent.*;
/**
* GuiExecutor
*
* Executor built atop SwingUtilities
*
* @author Brian Goetz and Tim Peierls
*/
public cl
www.eeworm.com/read/386607/8735852
java futurerenderer.java
package net.jcip.examples;
import java.util.*;
import java.util.concurrent.*;
import static net.jcip.examples.LaunderThrowable.launderThrowable;
/**
* FutureRenderer
*
* Waiting for image do
www.eeworm.com/read/386607/8735946
java outoftime.java
package net.jcip.examples;
import java.util.*;
import static java.util.concurrent.TimeUnit.SECONDS;
/**
* OutOfTime
*
* Class illustrating confusing Timer behavior
*
* @author Brian Goetz
www.eeworm.com/read/386607/8735972
java concurrentstack.java
package net.jcip.examples;
import java.util.concurrent.atomic.*;
import net.jcip.annotations.*;
/**
* ConcurrentStack
*
* Nonblocking stack using Treiber's algorithm
*
* @author Brian Goe
www.eeworm.com/read/428887/8830985
l condbgc.l
# 29jun07abu
# (c) Software Lab. Alexander Burger
### Concurrent DB Garbage Collector ###
# *DbgcDly *DbgcPid
(default *DbgcDly 64)
(if (fork)
(setq *DbgcPid @)
(wait 60000)
(undef 'upd)
www.eeworm.com/read/373369/9460815
java tester.java
//: concurrency/Tester.java
// Framework to test performance of concurrency containers.
import java.util.concurrent.*;
import net.mindview.util.*;
public abstract class Tester {
static int