代码搜索:SYNCHRONIZATION
找到约 1,570 项符合「SYNCHRONIZATION」的源代码
代码结果 1,570
www.eeworm.com/read/410060/2218675
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/378488/2685845
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/378488/2685864
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/361182/2951457
cs readerwriterlockslim.cs
namespace NCindy.Threading
{
using System;
using System.Security.Permissions;
using System.Threading;
[HostProtection(SecurityAction.LinkDemand, Synchronization=true, ExternalT
www.eeworm.com/read/161112/5560928
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/161112/5560947
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/392996/8316205
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/235522/14065486
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/204136/15344059
install
CHMLIB 0.3 Installation
=======================
-----
Linux/Unix and Windows (Cygwin)
-----
I. Relevant options:
CHM_MT: build library with synchronization for thread-safety
CHM_
www.eeworm.com/read/112232/15490813
h _synchobj.h
/************************************
REVISION LOG ENTRY
Revision By: Alex Turc ( alex_turc@hotmail.com )
Revised on 6/9/00 12:15:45 AM
Comments: Synchronization objects
************