代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/457459/1597144
java gridphotonmap.java
package org.sunflow.core.photonmap;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import org.sunflow.core.GlobalPhotonMapInterface;
import org.sunflow.core.ShadingState;
import org
www.eeworm.com/read/456693/1604453
py e32dbm.py
# This module implements a gdbm-like DBM object on top of the native
# Symbian DBMS using the e32db module.
#
# Note:
# 1) There is currently no support for concurrent access.
# 2) The internal
www.eeworm.com/read/456641/1604937
java axclientsocketpool.java
package org.Arios.XServer;
import java.nio.channels.SelectionKey;
import java.util.Iterator;
import java.util.concurrent.CopyOnWriteArrayList;
public class AxClientSocketPool {
protected Cop
www.eeworm.com/read/240204/4577705
java timeunitloops.java
import edu.emory.mathcs.backport.java.util.concurrent.*;
import java.util.Random;
public class TimeUnitLoops {
static final LoopHelpers.SimpleRandom rng = new LoopHelpers.SimpleRandom();
www.eeworm.com/read/231017/4718387
t cds.t
#!./perl -w
# Tests for Concurrent Data Store mode
use strict ;
use lib 't' ;
use BerkeleyDB;
use util ;
BEGIN
{
if ($BerkeleyDB::db_version < 2) {
print "1..0 # Skip: this needs Berk
www.eeworm.com/read/190346/5183908
pl stress.pl
#!/usr/bin/perl -w
# A script that allows some simple testing of Subversion, in
# particular concurrent read, write and read-write access by the 'svn'
# client. It can also create working copy tr
www.eeworm.com/read/348236/3157984
java synchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
import java.util.concurrent.locks.*;
/**
This program shows how multiple threads can safely access a data structure.
*/
publ
www.eeworm.com/read/344149/3212159
t cds.t
#!./perl -w
# Tests for Concurrent Data Store mode
use strict ;
use lib 't' ;
use BerkeleyDB;
use util ;
BEGIN
{
if ($BerkeleyDB::db_version < 2) {
print "1..0 # Skip: this needs Berk
www.eeworm.com/read/334646/3364488
java synchbanktest.java
/**
@version 1.30 2004-08-01
@author Cay Horstmann
*/
import java.util.concurrent.locks.*;
/**
This program shows how multiple threads can safely access a data structure.
*/
publ
www.eeworm.com/read/314660/3630887
t cds.t
#!./perl -w
# Tests for Concurrent Data Store mode
use strict ;
use lib 't' ;
use BerkeleyDB;
use util ;
BEGIN
{
if ($BerkeleyDB::db_version < 2) {
print "1..0 # Skip: this needs Berk