代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/392997/7247728
h synchlist.h
// synchlist.h
// Data structures for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Copyright (c) 1992-1993 The Regents
www.eeworm.com/read/142932/12907903
txt readme_countingsemdemo.txt
FLE LIST -
countingSemDemo.c
DESCRIPTION -
Counting semaphore example. Using binary semaphores for task
synchronization may, if the events can occur rapidly enough, cause
www.eeworm.com/read/316956/13513681
readme_intgen
FILE LIST -
intGen.c
DESCRIPTION -
This demo generates a VMEbus interrupt to demonstrate
synchronization among tasks on multiple CPUs.
The intGen() routine counts down fro
www.eeworm.com/read/316956/13513700
readme_countingsemdemo
FLE LIST -
countingSemDemo.c
DESCRIPTION -
Counting semaphore example. Using binary semaphores for task
synchronization may, if the events can occur rapidly enough, cause
www.eeworm.com/read/139870/5796721
java lockhandler.java
package JACE.netsvcs.Token;
/**
* Defines a handler for a certain type of lock. This allows new types
* of synchronization mechanisms to be added to the Token service without
* any modificat
www.eeworm.com/read/493401/6402265
h synchlist.h
// synchlist.h
// Data structures for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Copyright (c) 1992-1993 The Regents
www.eeworm.com/read/483654/6600216
h synchlist.h
// synchlist.h
// Data structures for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Copyright (c) 1992-1993 The Regents
www.eeworm.com/read/481225/6645100
h synchlist.h
// synchlist.h
// Data structures for synchronized access to a list.
//
// Implemented by surrounding the List abstraction
// with synchronization routines.
//
// Copyright (c) 1992-1993 The Regents
www.eeworm.com/read/222590/14684787
readme_intgen
FILE LIST -
intGen.c
DESCRIPTION -
This demo generates a VMEbus interrupt to demonstrate
synchronization among tasks on multiple CPUs.
The intGen() routine counts down fro
www.eeworm.com/read/222590/14684826
readme_countingsemdemo
FLE LIST -
countingSemDemo.c
DESCRIPTION -
Counting semaphore example. Using binary semaphores for task
synchronization may, if the events can occur rapidly enough, cause