代码搜索:Concurrent
找到约 2,002 项符合「Concurrent」的源代码
代码结果 2,002
www.eeworm.com/read/355278/10282810
authors
$Id: AUTHORS,v 1.19 2007/12/08 12:58:53 chrfranke Exp $
This code was originally developed as a Senior Thesis by Michael
Cornwell at the Concurrent Systems Laboratory (now part of the Storage
Systems
www.eeworm.com/read/332978/7141494
java queuebehavior.java
//: containers/QueueBehavior.java
// Compares the behavior of some of the queues
import java.util.concurrent.*;
import java.util.*;
import net.mindview.util.*;
public class QueueBehavior {
p
www.eeworm.com/read/332978/7142075
java threadlocalvariableholder.java
//: concurrency/ThreadLocalVariableHolder.java
// Automatically giving each thread its own storage.
import java.util.concurrent.*;
import java.util.*;
class Accessor implements Runnable {
pri
www.eeworm.com/read/332978/7142095
java closeresource.java
//: concurrency/CloseResource.java
// Interrupting a blocked task by
// closing the underlying resource.
// {RunByHand}
import java.net.*;
import java.util.concurrent.*;
import java.io.*;
impor
www.eeworm.com/read/332978/7142097
java testblockingqueues.java
//: concurrency/TestBlockingQueues.java
// {RunByHand}
import java.util.concurrent.*;
import java.io.*;
import static net.mindview.util.Print.*;
class LiftOffRunner implements Runnable {
pri
www.eeworm.com/read/456781/7339811
h modbusconnection.h
#pragma once
#include
// Arbitrary max number of concurrent client connections
#define MAX_CLIENTS 4
// "Connection Info" structure
typedef struct tagCONNINFO
{
SOCKET sock
www.eeworm.com/read/325023/13230027
java queuebehavior.java
//: containers/QueueBehavior.java
// Compares the behavior of some of the queues
import java.util.concurrent.*;
import java.util.*;
import net.mindview.util.*;
public class QueueBehavior {
p
www.eeworm.com/read/325023/13231772
java threadlocalvariableholder.java
//: concurrency/ThreadLocalVariableHolder.java
// Automatically giving each thread its own storage.
import java.util.concurrent.*;
import java.util.*;
class Accessor implements Runnable {
pri
www.eeworm.com/read/325023/13231823
java closeresource.java
//: concurrency/CloseResource.java
// Interrupting a blocked task by
// closing the underlying resource.
// {RunByHand}
import java.net.*;
import java.util.concurrent.*;
import java.io.*;
impor
www.eeworm.com/read/325023/13231827
java testblockingqueues.java
//: concurrency/TestBlockingQueues.java
// {RunByHand}
import java.util.concurrent.*;
import java.io.*;
import static net.mindview.util.Print.*;
class LiftOffRunner implements Runnable {
pri