代码搜索:Synchronization
找到约 1,570 项符合「Synchronization」的源代码
代码结果 1,570
www.eeworm.com/read/238420/13888055
h fx2sdly.h
//-----------------------------------------------------------------------------
// File: fx2sdly.h
// Contents: EZ-USB FX2 Synchronization Delay (SYNCDELAY) Macro
//
// Enter with _
www.eeworm.com/read/135259/13946037
h mdsi.h
/*---------------------------------------------------------------------------
Copyright (c) Microsoft Corporation. 1996. All Rights Reserved.
mdsi.h
Multiple Domain Synchronization Inte
www.eeworm.com/read/289584/8541253
c ex4.c
//
// example 4: task synchronization
// descriptions: The first task wait for a semaphore,when the semaphore is Realeased,
// this task turn on LEDs one by one.
// Th
www.eeworm.com/read/287180/8711839
java messagepassingsendonly.java
package Synchronization;
import Utilities.*;
public final class MessagePassingSendOnly extends MyObject
implements MessagePassing {
private MessagePassing mp = null;
public MessagePass
www.eeworm.com/read/287180/8711850
java messagepassingreceiveonly.java
package Synchronization;
import Utilities.*;
public final class MessagePassingReceiveOnly extends MyObject
implements MessagePassing {
private MessagePassing mp = null;
public MessageP
www.eeworm.com/read/385844/8786176
cc synchlist.cc
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
www.eeworm.com/read/161674/10386705
cc synchlist.cc
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
www.eeworm.com/read/392997/7247734
cpp synchlist.cpp
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround
www.eeworm.com/read/142649/12933769
changelog
0.1.0 20000204
------------------
- Bugfixes, ao. to thread synchronization
- TARGET script directive changed to ARCHIVE
- FILE script directive changed to TARGET
0.1.1 20000206
------------
www.eeworm.com/read/493401/6402259
cc synchlist.cc
// synchlist.cc
// Routines for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Implemented in "monitor"-style -- surround