代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/344239/11896100
java banktellersimulation.java
//: concurrency/BankTellerSimulation.java
// Using queues and multithreading.
// {Args: 5}
import java.util.concurrent.*;
import java.util.*;
// Read-only objects don't require synchronization:
www.eeworm.com/read/480367/1318784
h compresscall.h
// CompressCall.h
#ifndef __COMPRESSCALL_H
#define __COMPRESSCALL_H
#include "Common/MyString.h"
#include "Windows/Synchronization.h"
HRESULT MyCreateProcess(const UString ¶ms,
LPCW
www.eeworm.com/read/470713/1453990
h locks.h
// locks.h - Thread synchronization primitives. IA64 implementation.
/* Copyright (C) 2002 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/470713/1453994
h locks.h
// locks.h - Thread synchronization primitives. X86 implementation.
/* Copyright (C) 2002 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/470693/1465880
h locks.h
// locks.h - Thread synchronization primitives. IA64 implementation.
/* Copyright (C) 2002 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/470693/1465884
h locks.h
// locks.h - Thread synchronization primitives. X86 implementation.
/* Copyright (C) 2002 Free Software Foundation
This file is part of libgcj.
This software is copyrighted work licensed under
www.eeworm.com/read/464631/1526252
h lockedstream.h
// LockedStream.h
#ifndef __LOCKEDSTREAM_H
#define __LOCKEDSTREAM_H
#include "../../Windows/Synchronization.h"
#include "../../Common/MyCom.h"
#include "../IStream.h"
class CLockedInStream
www.eeworm.com/read/464631/1526694
h compresscall.h
// CompressCall.h
#ifndef __COMPRESSCALL_H
#define __COMPRESSCALL_H
#include "Common/MyString.h"
#include "Windows/Synchronization.h"
HRESULT MyCreateProcess(const UString ¶ms,
LPCW
www.eeworm.com/read/247871/4473402
h compresscall.h
// CompressCall.h
#ifndef __COMPRESSCALL_H
#define __COMPRESSCALL_H
#include "Common/String.h"
#include "Windows/Synchronization.h"
HRESULT MyCreateProcess(const UString ¶ms,
LPCWST
www.eeworm.com/read/247473/4481580
design
# $Id: Design,v 1.1.1.1 2004/08/19 23:53:56 gopalan Exp $
Synchronization in the Locking Subsystem
This is a document that describes how we implemented fine-grain locking
in the lock manager (that i