代码搜索:SYNCHRONIZATION

找到约 1,570 项符合「SYNCHRONIZATION」的源代码

代码结果 1,570
www.eeworm.com/read/106027/15648876

cpp lock.cpp

/* 2003 by zhy */ #include "stdafx.h" #include "Lock.h" #include #include using namespace std; using namespace Synchronization; bool CAPIMutex::IsOpen()
www.eeworm.com/read/100203/15881006

readme

Readme File for read_cdda: WHAT'S NEW ---------- New in version 2: - Added jitter control to correct of synchronization errors. - Allow output to stdout, messages to stderr to it works in pipes
www.eeworm.com/read/287180/8711873

java barrier.java

package Synchronization; import Utilities.*; // a Barrier for m*n threads: all must arrive before any are released public class Barrier extends MyObject implements Runnable { private int m = -1,
www.eeworm.com/read/287180/8711903

java extendedrendezvous.java

package Synchronization; import java.net.*; import Utilities.*; /* * Extended Rendezvous: a two-way flow of information, much like a * remote procedute call made by a client thread to a server t
www.eeworm.com/read/417821/10975175

java safevectorcopy.java

import java.util.*; public class SafeVectorCopy extends Object { public static void main(String[] args) { Vector vect = new Vector(); vect.addElement("Synchronization"); vect.addElement(
www.eeworm.com/read/397410/6968213

java safevectorcopy.java

import java.util.*; public class SafeVectorCopy extends Object { public static void main(String[] args) { Vector vect = new Vector(); vect.addElement("Synchronization"); vect.addElement(
www.eeworm.com/read/468555/6993114

java safevectorcopy.java

import java.util.*; public class SafeVectorCopy extends Object { public static void main(String[] args) { Vector vect = new Vector(); vect.addElement("Synchronization"); vect.addElement(
www.eeworm.com/read/458941/7285294

java safevectorcopy.java

import java.util.*; public class SafeVectorCopy extends Object { public static void main(String[] args) { Vector vect = new Vector(); vect.addElement("Synchronization"); vect.addElement(
www.eeworm.com/read/139738/13136987

java lock.java

package nachos.threads; import nachos.machine.*; /** * A Lock is a synchronization primitive that has two states, * busy and free. There are only two operations allowed on a
www.eeworm.com/read/101082/6252534

invsync

#!/bin/sh5 # # invsync.sh5 - # inventory synchronization program # # # Copyright (c) 1990 by # Digital Equipment Corporation, Maynard, MA # All rights reserved. # # This software is furnished un